Skip to content
Snippets Groups Projects
Commit f16b3b00 authored by David Schmitz's avatar David Schmitz
Browse files

added patch install to Dockerfile

parent ccfd0c83
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,7 @@ RUN apt-get -qqy install locales
RUN mkdir -p /var/log/fod /srv
COPY . /srv/flowspy
RUN apt-get -qqy install patch
RUN (cd /srv/flowspy/flowspy && cp -f settings.py.dist settings.py && patch settings.py < settings.py.patch && touch settings_local.py;)
RUN (cd /srv/flowspy; bash ./install-debian.sh;)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment