Skip to content

Commit

Permalink
fix: Remove target directory from .dockerignore for proper caching
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Mar 10, 2023
1 parent 39895ec commit bdae0e0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Compiled files and executables
/target/

# Examples
/example/

Expand All @@ -11,4 +8,4 @@
/snap/

# Docker
Dockerfile
Dockerfile

0 comments on commit bdae0e0

Please sign in to comment.