24
1
Fork 0

fixed mysterious npm build problem by updating npm 🤷‍♂️

This commit is contained in:
Danny Coates 2019-11-05 21:01:29 -08:00
parent 7ad937266f
commit 47972fe2a1
No known key found for this signature in database
GPG Key ID: 4C442633C62E00CB
1 changed files with 1 additions and 0 deletions

View File

@ -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