diff --git a/docker/red-ui/Dockerfile b/docker/red-ui/Dockerfile index 397c690fc..442c26d06 100644 --- a/docker/red-ui/Dockerfile +++ b/docker/red-ui/Dockerfile @@ -48,6 +48,7 @@ COPY sonar.js sonar.js ## RUN node sonar.js RUN yarn run build-lint-all RUN yarn run build-paligo-styles +RUN rm /ng-app/dist/apps/red-ui/ngsw.json CMD ["/bin/cp", "-r", "/ng-app/dist/paligo-styles", "/tmp/styles-export"] diff --git a/package.json b/package.json index 177c42876..9f1628b4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redaction", - "version": "3.988.64", + "version": "3.988.65", "private": true, "license": "MIT", "scripts": {