Entrypoint, to debug the running container.
This commit is contained in:
parent
d7e58901e4
commit
b64bcbb092
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue