Skip to content

Commit

Permalink
deploy fix: add --no-input to startup.sh
Browse files Browse the repository at this point in the history
Signed-off-by: igor kuzmenkov <[email protected]>
  • Loading branch information
IgorDuino committed Mar 26, 2024
1 parent 1d3b178 commit 714652c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/startup.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

python manage.py migrate
python manage.py collectstatic
python manage.py collectstatic --no-input
python manage.py runserver 0.0.0.0:8000 --noreload

0 comments on commit 714652c

Please sign in to comment.