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 \
|
--home /app \
|
||||||
--uid 10001 \
|
--uid 10001 \
|
||||||
app
|
app
|
||||||
|
RUN npm i -g npm
|
||||||
COPY --chown=app:app . /app
|
COPY --chown=app:app . /app
|
||||||
USER app
|
USER app
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
Loading…
Reference in New Issue
Block a user