Change anitya container command

This commit is contained in:
Michal Konečný 2018-11-28 11:04:26 +01:00
parent f2b4364b73
commit d923f07638
2 changed files with 1 additions and 2 deletions

View file

@ -62,7 +62,6 @@ items:
RUN ln -sf /etc/pki/fedmsg/crt/fedmsg-release-monitoring.crt /etc/pki/fedmsg/release-monitoring.crt
EXPOSE 8080
EXPOSE 9940
ENTRYPOINT python3-gunicorn --bind 0.0.0.0:8080 --access-logfile=- anitya.wsgi:application
type: Dockerfile
strategy:
type: Docker

View file

@ -41,7 +41,7 @@ items:
- name: release-monitoring-web
image: release-monitoring/release-monitoring-web:latest
command:
- python3-gunicorn
- gunicorn
args:
- '--bind 0.0.0.0:8080'
- '--access-logfile=-'