Skip to content

Commit

Permalink
Merge pull request #74 from AirWalk-Digital/beta-fix-build
Browse files Browse the repository at this point in the history
fix(build): fixing build
  • Loading branch information
PAYNEA03 authored Jul 31, 2024
2 parents 5b80e41 + 5ad23e0 commit 356a86a
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 356a86a

Please sign in to comment.