Fixed volume mounting?

This commit is contained in:
Raelon Masters
2020-04-08 19:04:01 -04:00
parent 2ddf827042
commit c21c5094f0
2 changed files with 12 additions and 20 deletions

6
entry.sh vendored
View File

@@ -1,4 +1,4 @@
#!/bin/bash
git pull
sh /srv/http/database.sh
/bin/bash
#sh /srv/http/database.sh
sudo -u postgres pg_ctl -D /var/lib/postgres/data -l /srv/logs/pgsql.log start &&
#gunicorn pyShelf.wsgi 8000:8000