File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,8 @@ RUN chmod +x /usr/local/bin/pretalx && \
59
59
chown -R pretalxuser:pretalxuser /pretalx /data /public && \
60
60
rm -f /pretalx/src/data/.secret && \
61
61
cat /public/static/CACHE/css/main.* >> /pretalx/src/static.dist/common/scss/uncompressed.css && \
62
- cat /public/static/CACHE/css/main.* >> /pretalx/src/pretalx/static/common/scss/uncompressed.css
62
+ cat /public/static/CACHE/css/main.* >> /pretalx/src/pretalx/static/common/scss/uncompressed.css && \
63
+ python3 /pretalx/src/manage.py compress --force
63
64
64
65
USER pretalxuser
65
66
VOLUME ["/etc/pretalx", "/data", "/public"]
Original file line number Diff line number Diff line change @@ -59,7 +59,8 @@ RUN chmod +x /usr/local/bin/pretalx && \
59
59
chown -R pretalxuser:pretalxuser /pretalx /data /public && \
60
60
rm -f /pretalx/src/data/.secret && \
61
61
cat /public/static/CACHE/css/main.* >> /pretalx/src/static.dist/common/scss/uncompressed.css && \
62
- cat /public/static/CACHE/css/main.* >> /pretalx/src/pretalx/static/common/scss/uncompressed.css
62
+ cat /public/static/CACHE/css/main.* >> /pretalx/src/pretalx/static/common/scss/uncompressed.css && \
63
+ python3 /pretalx/src/manage.py compress --force
63
64
64
65
USER pretalxuser
65
66
VOLUME ["/etc/pretalx", "/data", "/public"]
@@ -137,7 +138,7 @@ volumes:
137
138
1 . Do: ` set PYTHON_VERSION [running Python version - e.g. python3.8] `
138
139
1 . Do: ` set RHOSTS [target IP address] `
139
140
1 . Do: ` run `
140
- 1 . Wait for shell to be spawned by * cron* (or run Python3 as ` pretalx ` user )
141
+ 1 . Wait for shell to be spawned by * cron* (or run ` docker exec -it pretalx pretalx runperiodic ` )
141
142
142
143
## Options
143
144
You can’t perform that action at this time.
0 commit comments