aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Pipfile14
-rw-r--r--README.md4
2 files changed, 1 insertions, 17 deletions
diff --git a/Pipfile b/Pipfile
index 0aaada1..af48f23 100644
--- a/Pipfile
+++ b/Pipfile
@@ -64,20 +64,6 @@ build = """
-f docker/Dockerfile \
.
"""
-buildbase = """
- docker build \
- -t ghcr.io/python-discord/snekbox-base:latest \
- -f docker/Dockerfile \
- --target base \
- .
-"""
-buildvenv = """
- docker build \
- -t ghcr.io/python-discord/snekbox-venv:latest \
- -f docker/Dockerfile \
- --target venv \
- .
-"""
builddev = """
docker build \
-t ghcr.io/python-discord/snekbox-venv:dev \
diff --git a/README.md b/README.md
index 4ebe3b6..6765260 100644
--- a/README.md
+++ b/README.md
@@ -67,11 +67,9 @@ pipenv run lint
### Running snekbox
-The Docker images can be built with:
+The Docker image can be built with:
```
-pipenv run buildbase
-pipenv run buildvenv
pipenv run build
```