Skip to content

Commit 03e265a

Browse files
authored
Update .dockerignore
存在requirements.txt文件 导致docker-compose编译过程中找不到requirements.txt文件报错 failed to solve: failed to compute cache key: failed to calculate checksum of ref 6d327fcc-e467-4329-89ca-8abcd038a677::fppsgl2dbxims05cu7nzpmdmy: "/.requirements.txt": not found
1 parent 39d857e commit 03e265a

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
@@ -22,7 +22,7 @@ venv
2222
/pip-wheel
2323
/pip-wheelhouse
2424
/pip-cache
25-
requirements.txt
25+
2626
requirements.lock
2727
*.log
2828

0 commit comments

Comments
 (0)