Fix release-monitoring web entry point
Signed-off-by: Jeremy Cline <jeremy@jcline.org>
This commit is contained in:
parent
72a0698353
commit
d35d4979d3
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ items:
|
||||||
ENV USER=anitya
|
ENV USER=anitya
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
EXPOSE 9940
|
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
|
type: Dockerfile
|
||||||
strategy:
|
strategy:
|
||||||
type: Docker
|
type: Docker
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue