make it easier to run in dev mode inside of docker
This commit is contained in:
4
docker-run-dev.sh
Executable file
4
docker-run-dev.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#! /usr/bin/env sh
|
||||
virtualenv --distribute env
|
||||
. env/bin/activate
|
||||
./runserver.py
|
Reference in New Issue
Block a user