make it easier to run in dev mode inside of docker

This commit is contained in:
idk
2021-08-13 17:04:35 -04:00
parent c968066ae8
commit 6d4dfa826d
2 changed files with 6 additions and 1 deletions

4
docker-run-dev.sh Executable file
View File

@@ -0,0 +1,4 @@
#! /usr/bin/env sh
virtualenv --distribute env
. env/bin/activate
./runserver.py