mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-18 07:16:34 +00:00
feat(docker): add .env file copy step to Dockerfile
This commit is contained in:
parent
740bc1e00b
commit
60ef253c1f
@ -10,6 +10,8 @@ FROM base AS deps
|
|||||||
RUN apk add --no-cache libc6-compat
|
RUN apk add --no-cache libc6-compat
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
# Copy the .env file
|
||||||
|
COPY .env ./
|
||||||
# Copy the prisma folder before installing dependencies
|
# Copy the prisma folder before installing dependencies
|
||||||
COPY prisma ./prisma
|
COPY prisma ./prisma
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user