mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-25 02:50:15 +08:00
another attempt at gunicorn here
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
@@ -23,8 +23,7 @@ spec:
|
||||
RUN ln -s /etc/greenwave/settings.py /srv/greenwave/conf/settings.py
|
||||
WORKDIR /srv/greenwave
|
||||
EXPOSE 8080
|
||||
#ENTRYPOINT python run-dev-server.py
|
||||
ENTRYPOINT tail -f /dev/null
|
||||
ENTRYPOINT gunicorn --bind 0.0.0.0:8080 --access-logfile=- greenwave.wsgi:app
|
||||
strategy:
|
||||
type: Docker
|
||||
output:
|
||||
|
||||
Reference in New Issue
Block a user