remove RUNNER_ENV

This commit is contained in:
Brandon Egger 2024-02-28 14:53:19 -06:00
parent bef6bd691d
commit 5f9432a427
2 changed files with 0 additions and 5 deletions

View File

@ -19,6 +19,3 @@ DATABASE_URL=
# Admin account details
ADMIN_PASSWORD="password"
# Dictates the build process for the Dockerfile:
RUNNER_ENV=development

View File

@ -4,8 +4,6 @@ services:
uiowa-atr:
build:
context: .
args:
- RUNNER_ENV
restart: always
ports:
- "1234:3000"