try adding args to the build process and maybe this fixes it
This commit is contained in:
parent
b06c874a00
commit
ba051c2f31
1 changed files with 7 additions and 0 deletions
|
@ -33,6 +33,13 @@ services:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
target: production
|
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
|
# image: index.docker.io/catarak/p5.js-web-editor:latest
|
||||||
# env_file:
|
# env_file:
|
||||||
# - "$PWD/.env"
|
# - "$PWD/.env"
|
||||||
|
|
Loading…
Reference in a new issue