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:
parent
7ad937266f
commit
47972fe2a1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user