Skip to content

Commit

Permalink
build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
bloodcloak committed Jan 7, 2025
1 parent 17f7236 commit 51c5dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN \

COPY --chown=1001:1001 package.json ./
COPY --chown=1001:1001 --from=deps /app/node_modules ./node_modules
COPY --chown=1001:1001 --from=builder /app/build ./build
COPY --chown=1001:1001 --from=builder /app/dist ./dist

USER nodejs
EXPOSE 3000
Expand Down

0 comments on commit 51c5dc2

Please sign in to comment.