Use entrypoint instead of command
This commit is contained in:
parent
37bb9f815a
commit
ef4d702aad
2 changed files with 1 additions and 2 deletions
|
@ -62,6 +62,7 @@ items:
|
|||
RUN ln -sf /etc/pki/fedmsg/crt/fedmsg-release-monitoring.crt /etc/pki/fedmsg/release-monitoring.crt
|
||||
EXPOSE 8080
|
||||
EXPOSE 9940
|
||||
ENTRYPOINT gunicorn --bind 0.0.0.0:8080 --access-logfile=- anitya.wsgi:application
|
||||
type: Dockerfile
|
||||
strategy:
|
||||
type: Docker
|
||||
|
|
|
@ -40,8 +40,6 @@ items:
|
|||
containers:
|
||||
- name: release-monitoring-web
|
||||
image: release-monitoring/release-monitoring-web:latest
|
||||
command:
|
||||
- gunicorn --bind 0.0.0.0:8080 --access-logfile=- anitya.wsgi:application
|
||||
env:
|
||||
- name: USER
|
||||
value: anitya
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue