change entrypoint directive to command

This commit is contained in:
Jonathan Math 2021-03-09 12:07:43 -05:00
parent c113f79b38
commit ef5d779870

View file

@ -25,7 +25,7 @@ services:
expose:
- 8000
# only use gunicorn if the TEST env variable is not "True"
entrypoint: newsblur_web/entrypoint.sh
command: /bin/bash -c newsblur_web/entrypoint.sh
volumes:
- app-files:/srv/newsblur