diff --git a/Dockerfile b/Dockerfile index 67dddbec2..d953729a3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM node:16 AS compile-frontend COPY . /src WORKDIR /src/src-ui -RUN npm install +RUN npm update npm -g && npm install RUN ./node_modules/.bin/ng build --prod