diff --git a/Dockerfile b/Dockerfile index 2d78b0fc..e11a8723 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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