We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e491539 commit fffc0fcCopy full SHA for fffc0fc
server/Dockerfile
@@ -25,7 +25,6 @@ COPY --from=builder /app/yarn.lock ./yarn.lock
25
COPY --from=builder /app/.yarnrc.yml ./.yarnrc.yml
26
COPY --from=builder /app/.yarn ./.yarn
27
COPY --from=builder /app/server/dist ./dist
28
-COPY server/.env ./.env
29
30
RUN yarn workspaces focus --production --all
31
0 commit comments