diff options
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -35,5 +35,8 @@ pushbox = "docker push pythondiscord/snekbox:latest" buildboxbase = "docker build -t pythondiscord/snekbox-base:latest -f docker/base.Dockerfile ." pushboxbase = "docker push pythondiscord/snekbox-base:latest" +buildci = "docker build -t pythondiscord/snekbox-ci:latest -f docker/ci.Dockerfile ." +pushci = "docker push pythondiscord/snekbox-ci:latest" + buildweb = "docker build -t pythondiscord/snekboxweb:latest -f docker/Dockerfile.webapp ." pushweb = "docker push pythondiscord/snekboxweb:latest" |