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
|
RUN ln -s /etc/greenwave/settings.py /srv/greenwave/conf/settings.py
|
||||||
WORKDIR /srv/greenwave
|
WORKDIR /srv/greenwave
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
#ENTRYPOINT python run-dev-server.py
|
ENTRYPOINT gunicorn --bind 0.0.0.0:8080 --access-logfile=- greenwave.wsgi:app
|
||||||
ENTRYPOINT tail -f /dev/null
|
|
||||||
strategy:
|
strategy:
|
||||||
type: Docker
|
type: Docker
|
||||||
output:
|
output:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue