Skip to content

Commit

Permalink
fix(dockerignore): Add Batect to the Docker-related directories to ig…
Browse files Browse the repository at this point in the history
…nore

This avoids the Docker image to be rebuilt because of Batect cache
changes.

Signed-off-by: Sebastian Schuberth <[email protected]>
  • Loading branch information
sschuberth committed Sep 20, 2023
1 parent aaf34fe commit 6b8ba89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Ignore Docker-related files to avoid the cache being invalidated if the files are changed during development.
.batect/
.dockerignore
Dockerfile*
scripts/docker_*.sh
Expand Down

0 comments on commit 6b8ba89

Please sign in to comment.