aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
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"