play around a little bit
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
parent
b64bcbb092
commit
ac6f126070
1 changed files with 3 additions and 5 deletions
|
@ -14,16 +14,14 @@ spec:
|
||||||
vendor="Fedora Infrastructure" \
|
vendor="Fedora Infrastructure" \
|
||||||
license="MIT"
|
license="MIT"
|
||||||
RUN yum -y install --setopt=tsflags=nodocs \
|
RUN yum -y install --setopt=tsflags=nodocs \
|
||||||
git \
|
|
||||||
python-gunicorn \
|
python-gunicorn \
|
||||||
python-requests \
|
python-requests \
|
||||||
PyYAML \
|
PyYAML \
|
||||||
python2-flask
|
python2-flask
|
||||||
#RUN yum -y install --setopt=tsflags=nodocs \
|
RUN yum -y install --setopt=tsflags=nodocs \
|
||||||
#RUN https://kojipkgs.fedoraproject.org//packages/greenwave/0.1.1/1.02795e8.fc26/noarch/greenwave-0.1.1-1.02795e8.fc26.noarch.rpm
|
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
|
||||||
ENTRYPOINT tail -f /dev/null
|
|
||||||
strategy:
|
strategy:
|
||||||
type: Docker
|
type: Docker
|
||||||
output:
|
output:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue