added step to build the globalnav project before the application
parent
b47ef49fdc
commit
e214af4ad6
|
@ -8,6 +8,7 @@ RUN npm install
|
||||||
COPY . .
|
COPY . .
|
||||||
ARG selene_env
|
ARG selene_env
|
||||||
ARG application_name
|
ARG application_name
|
||||||
|
RUN npm run build -- --project=globalnav
|
||||||
RUN npm run build-${selene_env} -- --project=${application_name}
|
RUN npm run build-${selene_env} -- --project=${application_name}
|
||||||
|
|
||||||
# STAGE TWO: build the web server and copy the compiled angular app to it.
|
# STAGE TWO: build the web server and copy the compiled angular app to it.
|
||||||
|
|
Loading…
Reference in New Issue