Skip to content

Commit 48811ed

Browse files
committed
ignore virtual environments - make the container build its own
1 parent 49b5c93 commit 48811ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.dockerignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ tests/
1010
.vscode/
1111
__pycache__/
1212
.pytest_cache
13-
*.env
13+
*.env
14+
.venv

0 commit comments

Comments
 (0)