mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
We need to run compress at docker startup time as it depends on
STATIC_URL :(
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user