Skip to content

Commit

Permalink
fix(build): fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
f-steel committed Jul 31, 2024
1 parent e60cb96 commit 5ad23e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ COPY --from=builder --chown=nextjs:nodejs /app/public ./public

COPY --from=builder /app/node_modules ./node_modules
COPY --from=builder /app/package.json ./package.json
COPY --from=builder /app/server.js ./server.js

USER nextjs

Expand Down
1 change: 0 additions & 1 deletion Procfile

This file was deleted.

0 comments on commit 5ad23e0

Please sign in to comment.