diff options
author | 2020-03-24 09:38:49 -0700 | |
---|---|---|
committer | 2020-03-24 09:38:49 -0700 | |
commit | 2ebea7ecdf146699d68942f4b27478554504fdbd (patch) | |
tree | 9bdf8d022cf91a409ff7d41005a3d793188ac07b /README.md | |
parent | Merge pull request #68 from python-discord/feat/doc/57/docker-run-cmd (diff) | |
parent | Fix #66: venv being created in container (diff) |
Merge pull request #69 from python-discord/bug/ci/66/pipenv-run-creates-venv
Fix venv being created in Dockerfile
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -144,7 +144,7 @@ The alias can be found in `./scripts/.profile`, which is automatically added whe [1]: https://dev.azure.com/python-discord/Python%20Discord/_apis/build/status/Snekbox?branchName=master [2]: https://dev.azure.com/python-discord/Python%20Discord/_build/latest?definitionId=13&branchName=master -[`snekbox.cfg`]: snekbox.cfg +[`snekbox.cfg`]: config/snekbox.cfg [`snekapi.py`]: snekbox/api/snekapi.py [`resources`]: snekbox/api/resources [`docker run`]: https://docs.docker.com/engine/reference/commandline/run/ |