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
+1 -1
View File
@@ -1,3 +1,3 @@
main:
#tar ch --exclude=_static --exclude=htmlcov --exclude=db.sqlite3 . |
docker build -t raphaelm/pretix-standalone .
docker build -t pretix/standalone .