Skip to content

Commit

Permalink
Add start.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishwillee committed Jan 2, 2024
1 parent f4b1d32 commit 28ca248
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions start.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
pip3 install -r requirements.txt
python3 manage.py migrate
python3 manage.py collectstatic --no-input
gunicorn locallibrary.wsgi

0 comments on commit 28ca248

Please sign in to comment.