Fix release-monitoring web entry point

Signed-off-by: Jeremy Cline <jeremy@jcline.org>
This commit is contained in:
Jeremy Cline 2017-12-05 16:21:06 +00:00
parent 72a0698353
commit d35d4979d3

View file

@ -41,7 +41,7 @@ items:
ENV USER=anitya
EXPOSE 8080
EXPOSE 9940
ENTRYPOINT gunicorn --bind 0.0.0.0:8080 --access-logfile=- anitya.wsgi:application
ENTRYPOINT python3-gunicorn --bind 0.0.0.0:8080 --access-logfile=- anitya.wsgi:application
type: Dockerfile
strategy:
type: Docker