Skip to content

Commit

Permalink
update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ovnrain committed Oct 29, 2022
1 parent 636ef98 commit 1d5be18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ USER node

WORKDIR /app

COPY --chown=node:node public public
COPY --chown=node:node --from=builder /app/node_modules node_modules/
COPY --chown=node:node --from=builder /app/dist dist/

Expand Down

0 comments on commit 1d5be18

Please sign in to comment.