1
0
mirror of https://gitlab.com/timvisee/send.git synced 2024-11-10 05:02:45 +01:00

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

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