change cicada build arg

This commit is contained in:
Blair Vanderlugt 2021-08-13 13:04:22 -07:00
parent aaeccfd52f
commit 5b19d0e551
2 changed files with 3 additions and 3 deletions

View File

@ -13,10 +13,10 @@ RUN npm install
COPY . .
ARG BUILD_ENV="production"
ARG FRONTEND_ENV="production"
# running build script
RUN npm run build:${BUILD_ENV}
RUN npm run build:${FRONTEND_ENV}
### STAGE 2: Setup ###
# defining nginx image version

View File

@ -86,7 +86,7 @@ services:
build:
context: ./apps/cic-staff-client
args:
BUILD_ENV: prod
FRONTEND_ENV: prod
deploy:
labels:
- traefik.enable=true