diff --git a/src/web/Dockerfile b/src/web/Dockerfile index ecbfe5bcb..6e15a90bb 100644 --- a/src/web/Dockerfile +++ b/src/web/Dockerfile @@ -9,7 +9,7 @@ WORKDIR /usr/app/ # install COPY src/web/package*.json ./ -RUN npm install -qy --only=prod +RUN npm install --only=prod # final COPY src/web/. ./ \ No newline at end of file