adding staging and dev build configs for cicada

This commit is contained in:
2021-08-13 14:52:22 -07:00
parent 85f50b5097
commit 0fcb4454fe
4 changed files with 14 additions and 17 deletions

View File

@@ -13,8 +13,7 @@ RUN npm install
COPY . .
ARG FRONTEND_ENV="production"
ARG FRONTEND_ENV=prod
# running build script
RUN npm run build:${FRONTEND_ENV}