Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Commit

Permalink
fixed mysterious npm build problem by updating npm 🤷‍♂️
Browse files Browse the repository at this point in the history
  • Loading branch information
dannycoates committed Nov 6, 2019
1 parent 7ad9372 commit 47972fe
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 @@ -16,6 +16,7 @@ RUN set -x \
--home /app \
--uid 10001 \
app
RUN npm i -g npm
COPY --chown=app:app . /app
USER app
WORKDIR /app
Expand Down

0 comments on commit 47972fe

Please sign in to comment.