aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Sebastiaan Zeeff <[email protected]>2020-11-18 23:44:49 +0100
committerGravatar Sebastiaan Zeeff <[email protected]>2020-11-18 23:44:49 +0100
commit27298bbf6f8c8cee4f603666e46155e3fec89dda (patch)
treeaf4aaa7e95425a475a2f411c4dd2fc4ec9d44ac2 /README.md
parentUse repository caching for master build (diff)
Remove redundant build commands for Pipfile
I've removed the redundant intermediate image build commands from the Pipfile. Since everything is now contained in one Dockerfile, we can simply build the final image in one go.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 1 insertions, 3 deletions
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
```