paligo artifact updates

This commit is contained in:
Timo 2021-07-12 20:35:23 +03:00
parent 9cc080e83f
commit bbf4793e7c

View File

@ -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"]