Skip to content

Commit 7332c9e

Browse files
committed
Create .dockerignore in order to not add all files to Docker image
1 parent b3c44d7 commit 7332c9e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.dockerignore

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Dockerfile
2+
docker-compose.yml
3+
*.egg-info/
4+
LICENSE
5+
README.md
6+
SCHEMA.md
7+
.venv
8+
__pycache__
9+
.github
10+
.gitlab
11+
.gitignore

0 commit comments

Comments
 (0)