a url is not a command? say wha?!

Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
Rick Elrod 2017-08-08 19:52:23 +00:00
parent 67b951e8f0
commit 4eddb8e363

View file

@ -18,7 +18,7 @@ spec:
python-gunicorn \
python-requests \
python2-flask
RUN https://pagure.io/greenwave.git /srv/greenwave
RUN git clone https://pagure.io/greenwave.git /srv/greenwave
RUN ln -s /etc/greenwave/settings.py /srv/greenwave/conf/settings.py
#RUN mv modern_paste.wsgi modern_paste_wsgi.py
WORKDIR /srv/greenwave