Skip to content

Commit

Permalink
bug; Fix Dockerfile copy
Browse files Browse the repository at this point in the history
  • Loading branch information
octfx committed Sep 5, 2023
1 parent 4e1ad62 commit eadc3b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ COPY package*.json ./

RUN npm install

COPY --chown=node:node src .
COPY --chown=node:node ./src/ /home/node/app/src
COPY --chown=node:node ./i18n/ /home/node/app/i18n

USER node

Expand Down

0 comments on commit eadc3b8

Please sign in to comment.