Skip to content

Commit 5b87157

Browse files
author
Matej Groman
committed
Do not fail if .env does not exist
1 parent d51c621 commit 5b87157

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/depvis-next/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ COPY --from=builder /app/public ./public
4545
COPY --from=builder --chown=nextjs:nodejs /app/.next/standalone ./
4646
COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static
4747
# Copy .env production variables
48-
COPY *.env.production .
48+
COPY .env.production* .
4949

5050
USER nextjs
5151

0 commit comments

Comments
 (0)