added step to build the globalnav project before the application

pull/1/head
Chris Veilleux 2018-11-14 16:28:02 -06:00
parent b47ef49fdc
commit e214af4ad6
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ RUN npm install
COPY . .
ARG selene_env
ARG application_name
RUN npm run build -- --project=globalnav
RUN npm run build-${selene_env} -- --project=${application_name}
# STAGE TWO: build the web server and copy the compiled angular app to it.