Skip to content

Commit 859cb22

Browse files
authored
Add negating pattern to not ignore .env.local when running docker build (#642)
1 parent 6022aed commit 859cb22

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.dockerignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ README.md
77
node_modules/
88
.svelte-kit/
99
.env*
10-
!.env
10+
!.env
11+
!.env.local

0 commit comments

Comments
 (0)