Skip to content

Commit

Permalink
Fix .dockerignore to not ignore .env.default new file
Browse files Browse the repository at this point in the history
  • Loading branch information
antoineludeau committed Apr 16, 2024
1 parent 606f3a8 commit 67dab3d
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,5 +1,6 @@
# Environment config
.env*
!.env.default

# Runtime
pids
Expand Down

0 comments on commit 67dab3d

Please sign in to comment.