diff --git a/Dockerfile b/Dockerfile index c65d49d2..9341d104 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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