Browse Source

fix path in start.sh

david.berlinskiy 13 hours ago
parent
commit
40eb081365
1 changed files with 2 additions and 2 deletions
  1. 2 2
      bin/start.sh

+ 2 - 2
bin/start.sh

@@ -1,6 +1,6 @@
 #!/bin/bash
 
-#cd <path to project>
+cd /root/sharix-open-webapp-base
 
 source venv/bin/activate
 
@@ -8,4 +8,4 @@ python manage.py makemigrations
 python manage.py migrate
 python manage.py collectstatic -l --noinput
 
-gunicorn core.wsgi:application -c core/gunicorn.py
+gunicorn core.wsgi:application -c core/gunicorn.py