Skip to content

Commit

Permalink
Merge pull request #1 from keventmesh/2023-09-26-fixes
Browse files Browse the repository at this point in the history
Ignore Python virtual environments in container images
  • Loading branch information
aliok authored Sep 26, 2023
2 parents 4b5aa50 + f19a752 commit 5d67f75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions services/minio-webhook-source/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.venv
1 change: 1 addition & 0 deletions services/upload-service/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.venv

0 comments on commit 5d67f75

Please sign in to comment.