Improve root .dockerignore

This commit is contained in:
Ruggero Tomaselli
2023-01-23 17:59:45 +01:00
committed by Han Qiao
parent f185345f14
commit 7ccdee25f5

View File

@@ -1,8 +1,20 @@
node_modules/
.vercel
.next
.env.local
.env.production
.env.dev
.env.*
# Root folder of this turbo monorepo
# Doesn't send useless context to Docker daemon
.git
.github
about
apps
docker
examples
i18n
**/node_modules
spec
supabase
tests
**/.next
.vercel
.env.*
.dockerignore
studio/Dockerfile