another attempt at gunicorn here
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
parent
d7c787542b
commit
4a4ad044f8
1 changed files with 1 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue