mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-26 18:48:42 +02:00
feat: speedup startup by moving collectstatic to the Dockerfile
This commit is contained in:
@@ -10,7 +10,6 @@ INTERNAL_PORT=${INTERNAL_PORT:-8000}
|
||||
# Remove flag file if it exists from previous run
|
||||
rm -f /tmp/migrations_complete
|
||||
|
||||
python manage.py collectstatic --noinput
|
||||
python manage.py migrate
|
||||
|
||||
# Create flag file to signal migrations are complete
|
||||
|
||||
Reference in New Issue
Block a user