Skip to content

Commit 3481723

Browse files
committed
🐛 Exclude docker-data from Docker build context
The docker-data directory lives inside GITHUB_WORKSPACE, so docker build tries to send Docker's own storage as build context causing the build to fail.
1 parent c72de99 commit 3481723

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ bin/
66
*.pyc
77
**/__pycache__
88
*.egg-info/
9+
docker-data/

0 commit comments

Comments
 (0)