mirror of
https://github.com/wger-project/wger.git
synced 2026-02-19 07:50:55 +01:00
Use venvwrapper in docker entrypoint.sh
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ "${USE_S3}" = "TRUE" ]; then
|
||||
python manage.py collectstatic --no-input
|
||||
python manage.py compress
|
||||
/home/wger/venvwrapper collectstatic --no-input
|
||||
/home/wger/venvwrapper compress
|
||||
fi
|
||||
|
||||
/usr/sbin/apache2ctl -D FOREGROUND
|
||||
|
||||
Reference in New Issue
Block a user