mirror of https://github.com/pwndbg/pwndbg.git
Fix/ignore venv restrict bind mount (#1796)
* Ignore .venv files in git and docker * Only bind mount cwd for `main` Bind mounting `.` in every case would interfere with .dockerignore We want to ignore `.venv` so that the venv of the built docker image is used. Otherwise we would use the venv of the host inside docker. This would negate the whole point of testing in a docker container. Bind mounting `.` is however useful if one wants to use docker just for "sandboxing" while running the tests on the local machine. --------- Co-authored-by: intrigus <abc123zeus@live.de>pull/1804/head
parent
7d9d2dc1de
commit
c54d040f06
@ -0,0 +1,2 @@
|
||||
# venv
|
||||
.venv/
|
||||
Loading…
Reference in new issue