From ba051c2f3174f08f08f89a6cf28c0a36b46fbbe8 Mon Sep 17 00:00:00 2001 From: Cassie Tarakajian Date: Mon, 13 Aug 2018 16:12:25 -0400 Subject: [PATCH] try adding args to the build process and maybe this fixes it --- docker-compose.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index e9e50f5a..fcbfb7e2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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"