We need to run compress at docker startup time as it depends on

STATIC_URL :(
This commit is contained in:
Raphael Michel
2015-05-20 18:28:54 +02:00
parent d658303da3
commit fbe9f5874d
3 changed files with 3 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ RUN pip3 install -r requirements/mysql.txt
RUN pip3 install -r requirements/postgres.txt
RUN pip3 install gunicorn
RUN make production
RUN make
RUN mkdir /etc/pretix
RUN mkdir /data