New greenwave

This commit is contained in:
Pierre-Yves Chibon 2017-08-24 18:45:52 +02:00
parent 3f3b09301c
commit 8a7f6a35c0

View file

@ -19,7 +19,7 @@ spec:
PyYAML \
python2-flask
RUN yum -y install --setopt=tsflags=nodocs \
https://kojipkgs.fedoraproject.org//packages/greenwave/0.1.1/3.df41ae5.fc26/noarch/greenwave-0.1.1-3.df41ae5.fc26.noarch.rpm
https://kojipkgs.fedoraproject.org//packages/greenwave/0.1.1/4.3084808.fc26/noarch/greenwave-0.1.1-4.3084808.fc26.noarch.rpm
EXPOSE 8080
ENTRYPOINT gunicorn --bind 0.0.0.0:8080 --access-logfile=- greenwave.wsgi:app
strategy: