Skip to content

Commit 7cfcf34

Browse files
Fix .dockerignore (#2423)
* Update .dockerignore * Update .dockerignore --------- Co-authored-by: Arkadii Yakovets <[email protected]>
1 parent 1d29dee commit 7cfcf34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.dockerignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
__pycache__
21
.ash_history
32
.bash_history
43
.cache
@@ -17,6 +16,7 @@ __pycache__
1716
.vscode
1817
*.log
1918
*.pem
19+
**/__pycache__
2020
backend/data
2121
backend/staticfiles
2222
build

0 commit comments

Comments
 (0)