Fix DEVELOPMENT mode start
Signed-off-by: James Ketrenos <james_git@ketrenos.com>
This commit is contained in:
parent
08fb3fd41c
commit
85acef469b
@ -8,7 +8,7 @@ services:
|
|||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
args:
|
args:
|
||||||
DEVELOPMENT: 1
|
DEVELOPMENT: ${DEVELOPMENT}
|
||||||
stdin_open: true # Needed for react-scripts
|
stdin_open: true # Needed for react-scripts
|
||||||
tty: true # Needed for react-scripts
|
tty: true # Needed for react-scripts
|
||||||
image: photos:latest
|
image: photos:latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user