diff options
author | Ralph Bean <rbean@redhat.com> | 2017-08-24 03:53:38 +0000 |
---|---|---|
committer | Ralph Bean <rbean@redhat.com> | 2017-08-24 03:53:38 +0000 |
commit | b64bcbb09222b9d90a1514f48948c87332b6d5e3 (patch) | |
tree | 69eda24a3b3febff3cdb25a8b4427bd61f455c45 | |
parent | d7e58901e4c8a0af62ad335959ad3fae8e927261 (diff) | |
download | ansible-b64bcbb09222b9d90a1514f48948c87332b6d5e3.tar.gz ansible-b64bcbb09222b9d90a1514f48948c87332b6d5e3.tar.xz ansible-b64bcbb09222b9d90a1514f48948c87332b6d5e3.zip |
Entrypoint, to debug the running container.
-rw-r--r-- | roles/openshift-apps/greenwave/templates/buildconfig.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift-apps/greenwave/templates/buildconfig.yml b/roles/openshift-apps/greenwave/templates/buildconfig.yml index 63a1a82b7..e9ed4f33f 100644 --- a/roles/openshift-apps/greenwave/templates/buildconfig.yml +++ b/roles/openshift-apps/greenwave/templates/buildconfig.yml @@ -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: |