tail dev null to connect and debug.

This commit is contained in:
Ralph Bean 2017-08-24 03:49:56 +00:00
parent fff5946ecb
commit 6d64a1d313

View file

@ -19,10 +19,11 @@ spec:
python-requests \ python-requests \
PyYAML \ PyYAML \
python2-flask python2-flask
RUN yum -y install --setopt=tsflags=nodocs \ #RUN yum -y install --setopt=tsflags=nodocs \
https://kojipkgs.fedoraproject.org//packages/greenwave/0.1.1/1.02795e8.fc26/noarch/greenwave-0.1.1-1.02795e8.fc26.noarch.rpm #RUN https://kojipkgs.fedoraproject.org//packages/greenwave/0.1.1/1.02795e8.fc26/noarch/greenwave-0.1.1-1.02795e8.fc26.noarch.rpm
EXPOSE 8080 EXPOSE 8080
ENTRYPOINT gunicorn --bind 0.0.0.0:8080 --access-logfile=- greenwave.wsgi:app #ENTRYPOINT gunicorn --bind 0.0.0.0:8080 --access-logfile=- greenwave.wsgi:app
tail -f /dev/null
strategy: strategy:
type: Docker type: Docker
output: output: