mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-18 07:16:34 +00:00
chore(docker): update Dockerfile to optimize build steps and remove redundant copying of .env file
This commit is contained in:
parent
86c58f87d3
commit
a2007316e0
@ -10,8 +10,6 @@ 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