chore(docker): update Dockerfile to optimize build steps and remove redundant copying of .env file

This commit is contained in:
cfngc4594 2025-03-15 20:15:49 +08:00
parent 86c58f87d3
commit a2007316e0

View File

@ -10,8 +10,6 @@ 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