Entrypoint, to debug the running container.

This commit is contained in:
Ralph Bean 2017-08-24 03:53:38 +00:00
parent d7e58901e4
commit b64bcbb092

View file

@ -23,7 +23,7 @@ spec:
#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
#ENTRYPOINT gunicorn --bind 0.0.0.0:8080 --access-logfile=- greenwave.wsgi:app
RUN tail -f /dev/null
ENTRYPOINT tail -f /dev/null
strategy:
type: Docker
output: