aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar scragly <[email protected]>2019-09-23 20:16:59 +1000
committerGravatar scragly <[email protected]>2019-09-24 14:51:56 +1000
commit5fdacedccb70b2f549439aaa709beb24e84737c1 (patch)
tree1e52ebecf3807c6de9a7dd6f40585d23258f65de /Pipfile
parentAdd a dev-only compose for new devs who don't have `site`. (diff)
Remove unneeded Pipfile scripts and azure stages/vars.
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Pipfile b/Pipfile
index 990653f92..da46a536d 100644
--- a/Pipfile
+++ b/Pipfile
@@ -42,7 +42,5 @@ python_version = "3.7"
start = "python -m bot"
lint = "python -m flake8"
precommit = "pre-commit install"
-build = "docker build -t pythondiscord/bot:latest -f docker/bot.Dockerfile ."
+build = "docker build -t pythondiscord/bot:latest -f Dockerfile ."
push = "docker push pythondiscord/bot:latest"
-buildbase = "docker build -t pythondiscord/bot-base:latest -f docker/base.Dockerfile ."
-pushbase = "docker push pythondiscord/bot-base:latest"