Skip to content

Commit

Permalink
fix dockerfile permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbosworth committed Apr 1, 2021
1 parent 8ae626f commit d5736e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -13,7 +13,7 @@ RUN chown -R $USER_ID:$GROUP_ID /app/

USER $USER_ID:$GROUP_ID

COPY . /app/
COPY --chown=$USER_ID:$GROUP_ID . /app/

RUN npm install --only=prod

Expand Down

0 comments on commit d5736e4

Please sign in to comment.