From e2ab85be1449d87ee2f7d500b21ca71349575b88 Mon Sep 17 00:00:00 2001 From: jay-m-dev Date: Thu, 27 Jul 2023 14:21:23 -0700 Subject: [PATCH] 1dockerfile env vars --- .env | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.env b/.env index ec535b6b4..620592600 100644 --- a/.env +++ b/.env @@ -7,9 +7,5 @@ # Leave this set to 0 on the GitHub repo so the unit and # integration tests do not need to have wheels (until we # find a convenient way to use wheels on GitHub) -# DOCKER_BUILD_ENV - the environment to use for the docker build -# Set to dev for development and prod for production -# The corresponding docker image will be built using this variable TAG=1.0.a0 USE_WHEELS=1 -DOCKER_BUILD_ENV=dev