try adding args to the build process and maybe this fixes it

This commit is contained in:
Cassie Tarakajian 2018-08-13 16:12:25 -04:00
parent b06c874a00
commit ba051c2f31
1 changed files with 7 additions and 0 deletions

View File

@ -33,6 +33,13 @@ services:
context: .
dockerfile: Dockerfile
target: production
args:
- API_URL
- NODE_ENV
- S3_BUCKET
- AWS_REGION
- S3_BUCKET_URL_BASE
- FORCE_TO_HTTPS
# image: index.docker.io/catarak/p5.js-web-editor:latest
# env_file:
# - "$PWD/.env"