mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-17 23:12:23 +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
|
||||
WORKDIR /app
|
||||
|
||||
# Copy the .env file
|
||||
COPY .env ./
|
||||
# Copy the prisma folder before installing dependencies
|
||||
COPY prisma ./prisma
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user