diff options
| author | 2019-03-28 21:08:54 -0700 | |
|---|---|---|
| committer | 2019-03-28 21:08:54 -0700 | |
| commit | 94b5ea60fd823ae2d69b339f39d686959c6791de (patch) | |
| tree | 028996ba83a000272f05b00f1d974b0942078749 /Pipfile | |
| parent | Replace RMQ with a POST endpoint (#7) (diff) | |
| parent | Restructure project layout (diff) | |
Merge pull request #15 from python-discord/refactor/restructure
Restructure the Project Layout
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ lint = "flake8" precommit = "pre-commit install" test = "pytest tests --cov . --cov-report term-missing -v" report = "pytest tests --cov . --cov-report=html" -snekbox = "gunicorn -w 2 -b 0.0.0.0:8060 snekbox:app" +snekbox = "gunicorn -w 2 -b 0.0.0.0:8060 snekbox.site.snekapp:app" buildbox = "docker build -t pythondiscord/snekbox:latest -f docker/Dockerfile ." pushbox = "docker push pythondiscord/snekbox:latest" buildboxbase = "docker build -t pythondiscord/snekbox-base:latest -f docker/base.Dockerfile ." |