apps/web: Dockerfile: remove COPY .env .env
This commit is contained in:
parent
f611e561ac
commit
ef827fb73e
@ -41,7 +41,6 @@ USER nextjs
|
||||
|
||||
COPY --from=installer /app/apps/web/next.config.js .
|
||||
COPY --from=installer /app/apps/web/package.json .
|
||||
COPY .env .env
|
||||
|
||||
# Automatically leverage output traces to reduce image size
|
||||
# https://nextjs.org/docs/advanced-features/output-file-tracing
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user