Run build-prod in CI
This commit is contained in:
parent
4c693cf9c0
commit
5ca20222fc
@ -42,7 +42,7 @@ RUN ./script/write_dotenv && \
|
|||||||
yarn install && \
|
yarn install && \
|
||||||
rm -r ./static/fonts/ &> /dev/null || true && \
|
rm -r ./static/fonts/ &> /dev/null || true && \
|
||||||
cp -rf ./node_modules/uswds/src/fonts ./static/ && \
|
cp -rf ./node_modules/uswds/src/fonts ./static/ && \
|
||||||
yarn build
|
yarn build-prod
|
||||||
|
|
||||||
## NEW IMAGE
|
## NEW IMAGE
|
||||||
FROM python:3.7.3-alpine3.9
|
FROM python:3.7.3-alpine3.9
|
||||||
|
Loading…
x
Reference in New Issue
Block a user