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