Skip to content

Commit

Permalink
fix azure startup script
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Kueng committed Oct 1, 2024
1 parent 8eea7bb commit 90dc660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.azure.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

# migrate database
python manage.py makemigrations catalogs, process, pkgsinfo, reports, manifests, inventory, icons, santa
python manage.py makemigrations catalogs pkgsinfo reports manifests inventory icons santa process
python manage.py migrate

gunicorn --bind=0.0.0.0 --timeout 600 --workers=4 munkiwebadmin.wsgi

0 comments on commit 90dc660

Please sign in to comment.