diff --git a/docker/red-ui/Dockerfile b/docker/red-ui/Dockerfile index baec3fe5c..692c8734f 100644 --- a/docker/red-ui/Dockerfile +++ b/docker/red-ui/Dockerfile @@ -23,8 +23,8 @@ COPY versions.sh version.sh COPY paligo-styles paligo-styles ## Build the angular app in production mode and store the artifacts in dist folder -# RUN yarn lint -# RUN yarn build --configuration production --project=red-ui --base-href /ui/ +RUN yarn lint +RUN yarn build --configuration production --project=red-ui --base-href /ui/ RUN yarn run build-paligo-styles CMD ["/bin/cp", "-r", "/ng-app/dist/paligo-styles", "/tmp/styles-export"]