aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile8
1 files changed, 5 insertions, 3 deletions
diff --git a/Pipfile b/Pipfile
index d94234b22..d3d315e6e 100644
--- a/Pipfile
+++ b/Pipfile
@@ -18,7 +18,6 @@ lxml = "*"
pyyaml = "*"
yarl = "==1.1.1"
fuzzywuzzy = "*"
-python-levenshtein = "*"
pillow = "*"
aio-pika = "*"
python-dateutil = "*"
@@ -41,9 +40,12 @@ python_version = "3.6"
[scripts]
start = "python -m bot"
lint = "python -m flake8"
-build = "docker build -t pythondiscord/bot:latest -f docker/Dockerfile ."
+
+build = "docker build -t pythondiscord/bot:latest -f docker/bot.Dockerfile ."
push = "docker push pythondiscord/bot:latest"
-buildbase = "docker build -t pythondiscord/bot-base:latest -f docker/Dockerfile.base ."
+
+buildbase = "docker build -t pythondiscord/bot-base:latest -f docker/base.Dockerfile ."
pushbase = "docker push pythondiscord/bot-base:latest"
+
buildci = "docker build -t pythondiscord/bot-ci:latest -f docker/ci.Dockerfile ."
pushci = "docker push pythondiscord/bot-ci:latest"