Skip to content

Commit 5733a80

Browse files
authored
Avoid .env packaging into docker images. (#2451)
1 parent 8caca47 commit 5733a80

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.dockerignore

+3
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ build
55
**/node_modules
66
**/build
77
**/dist
8+
9+
packages/server/.env
10+
packages/ui/.env

0 commit comments

Comments
 (0)