diff options
-rw-r--r-- | Pipfile | 14 | ||||
-rw-r--r-- | README.md | 4 |
2 files changed, 1 insertions, 17 deletions
@@ -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 \ @@ -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 ``` |