Skip to content

Commit

Permalink
Update start-app.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
KarenAJ authored Sep 18, 2024
1 parent 927bc3f commit c54bef7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions start-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
python manage.py waitdb
python manage.py migrate
python manage.py createcachetable
python manage.py collectstatic --no-input --clean
python manage.py collectstatic --no-input
python manage.py loaddata admin_theme_data.json
cd /opt/app/
if [ -n "$TMP_SCHEMA_DIR" ] ; then
Expand All @@ -14,4 +14,4 @@ else
fi
pwd
service clamav-daemon restart
./start-server.sh
./start-server.sh

0 comments on commit c54bef7

Please sign in to comment.