Need RUNWITHMAKEBUILD warning in docker compose, otherwise a whole bunch of envvars don't get correctly set.

This commit is contained in:
Samuel Clay 2021-12-08 12:52:35 -05:00
parent ca0672220a
commit e02862cf0b

View file

@ -7,7 +7,7 @@ services:
image: newsblur/newsblur_${NEWSBLUR_BASE:-python3}:latest
environment:
- DOCKERBUILD=True
- RUNWITHMAKEBUILD=${RUNWITHMAKEBUILD} #?use the `make` command instead of docker CLI
- RUNWITHMAKEBUILD=${RUNWITHMAKEBUILD?Use the `make` command instead of docker CLI}
stdin_open: true
tty: true
restart: unless-stopped