remove RUNNER_ENV
This commit is contained in:
parent
bef6bd691d
commit
5f9432a427
@ -19,6 +19,3 @@ DATABASE_URL=
|
||||
|
||||
# Admin account details
|
||||
ADMIN_PASSWORD="password"
|
||||
|
||||
# Dictates the build process for the Dockerfile:
|
||||
RUNNER_ENV=development
|
@ -4,8 +4,6 @@ services:
|
||||
uiowa-atr:
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
- RUNNER_ENV
|
||||
restart: always
|
||||
ports:
|
||||
- "1234:3000"
|
||||
|
Loading…
x
Reference in New Issue
Block a user