diff options
author | 2020-11-18 23:44:49 +0100 | |
---|---|---|
committer | 2020-11-18 23:44:49 +0100 | |
commit | 27298bbf6f8c8cee4f603666e46155e3fec89dda (patch) | |
tree | af4aaa7e95425a475a2f411c4dd2fc4ec9d44ac2 /README.md | |
parent | Use 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.md | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 ``` |