Skip to content

Commit

Permalink
fix: include public dir and env mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
nayyara-airlangga committed Nov 6, 2023
1 parent b8bf0f8 commit af9cedc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ RUN mkdir -pv ./config

COPY --from=builder /app/next.config.mjs ./
COPY --from=builder --chown=nextjs:nodejs /app/.next ./.next
COPY --from=builder /app/public ./public
COPY --from=builder /app/src/env.mjs ./src/env.mjs
COPY --from=builder /app/node_modules ./node_modules
COPY --from=builder /app/package.json ./package.json

Expand Down

0 comments on commit af9cedc

Please sign in to comment.