Back to master.

This commit is contained in:
Ralph Bean 2017-08-17 21:30:20 +00:00
parent 38bc484a19
commit cd13c1f7ed

View file

@ -19,7 +19,7 @@ spec:
python-requests \
PyYAML \
python2-flask
RUN git clone -b startup-logging 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
WORKDIR /srv/greenwave
EXPOSE 8080