diff options
| author | 2018-05-23 22:38:20 +0200 | |
|---|---|---|
| committer | 2018-05-23 22:38:20 +0200 | |
| commit | 309a6f93f878fc96951902fc47d45a30ef5f8d71 (patch) | |
| tree | f788b43a892a93d0f97da73f459a55b43e1ea1a0 /Pipfile | |
| parent | update readme (diff) | |
POC completed
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -17,9 +17,9 @@ gevent-websocket = "*" 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" +snekbox = "python snekbox.py" +snekweb = "python snekweb.py" +buildbox = "docker build -t pythondiscord/snekbox:latest -f docker/Dockerfile ." +buildweb = "docker build -t pythondiscord/snekboxweb:latest -f docker/Dockerfile.webapp ." +pushbox = "docker push pythondiscord/snekbox:latest" +pushweb = "docker push pythondiscord/snekboxweb:latest" |