Re-added prod flag

This commit is contained in:
Timo 2021-04-26 14:04:20 +03:00
parent e5efe29fe6
commit 1f705d8de5

View File

@ -25,7 +25,7 @@ COPY versions.sh version.sh
## Build the angular app in production mode and store the artifacts in dist folder
RUN yarn lint
RUN npm version patch --no-git-tag-version
RUN yarn build --project=red-ui --base-href /ui/
RUN yarn build --prod --project=red-ui --base-href /ui/
### STAGE 2: Setup ###