Fix DEVELOPMENT mode start

Signed-off-by: James Ketrenos <james_git@ketrenos.com>
This commit is contained in:
James Ketr 2023-01-19 02:07:38 -08:00
parent 08fb3fd41c
commit 85acef469b

View File

@ -8,7 +8,7 @@ services:
context: .
dockerfile: Dockerfile
args:
DEVELOPMENT: 1
DEVELOPMENT: ${DEVELOPMENT}
stdin_open: true # Needed for react-scripts
tty: true # Needed for react-scripts
image: photos:latest