aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Christopher Baklid <[email protected]>2018-05-22 23:00:05 +0200
committerGravatar Christopher Baklid <[email protected]>2018-05-22 23:00:05 +0200
commit6f253e8f8ac56f70582853eb8fd2b39d07fa1b34 (patch)
treed57a8f869648fb77ea427c33f197b9c68b2bd58e /Pipfile
parentadds webapp and docker-compose for more proof of concept (diff)
puts the webapp in a docker container and puts it in docker-compose
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index bce2f66..f92847e 100644
--- a/Pipfile
+++ b/Pipfile
@@ -19,6 +19,7 @@ python_version = "3.6"
[scripts]
consume = "python consume.py"
publish = "python publish.py"
+webapp = "python webapp.py"
build = "docker build -t pythondiscord/snekbox:latest -f docker/Dockerfile ."
+buildwebapp = "docker build -t pythondiscord/snekboxweb:latest -f docker/Dockerfile.webapp ."
compose = "docker-compose up"
-webapp = "PYTHONPATH=/vagrant/discord-python/snekbox python webapp/webapp.py"