From 5f9432a4270e3bda1d7206b6ecabff013444931a Mon Sep 17 00:00:00 2001 From: Brandon Egger Date: Wed, 28 Feb 2024 14:53:19 -0600 Subject: [PATCH] remove RUNNER_ENV --- .env.example | 3 --- docker-compose.yml | 2 -- 2 files changed, 5 deletions(-) diff --git a/.env.example b/.env.example index 34073f3..184961b 100644 --- a/.env.example +++ b/.env.example @@ -19,6 +19,3 @@ DATABASE_URL= # Admin account details ADMIN_PASSWORD="password" - -# Dictates the build process for the Dockerfile: -RUNNER_ENV=development \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index 59e7a8e..f165f4e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,8 +4,6 @@ services: uiowa-atr: build: context: . - args: - - RUNNER_ENV restart: always ports: - "1234:3000"