New Dockerfiles for development and production

This commit is contained in:
2015-10-07 11:10:58 +02:00
parent 1bda2142cd
commit dc215134fc
4 changed files with 98 additions and 0 deletions

3
docker/dev/runserver.sh Normal file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
. /data/venv/bin/activate && python /data/dev/pillar/pillar/manage.py runserver