Run build-prod in CI

This commit is contained in:
richard-dds 2019-11-14 16:23:54 -05:00 committed by dandds
parent 4c693cf9c0
commit 5ca20222fc

View File

@ -42,7 +42,7 @@ RUN ./script/write_dotenv && \
yarn install && \
rm -r ./static/fonts/ &> /dev/null || true && \
cp -rf ./node_modules/uswds/src/fonts ./static/ && \
yarn build
yarn build-prod
## NEW IMAGE
FROM python:3.7.3-alpine3.9