new linode docker settings

This commit is contained in:
2022-06-14 22:36:24 -05:00
parent 49fdf9ab04
commit f5382f2d55
7 changed files with 233 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
#!/bin/bash
set -o errexit
set -o pipefail
set -o nounset
python manage.py migrate
python manage.py runserver_plus 0.0.0.0:8000