change cicada build arg

This commit is contained in:
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