Files
supabase/.dockerignore
Ivan Vasilov 64a766a5fb fix: Update the studio dockerfile with the new folder structure (#19179)
* Fix issues caused by moving the studio app.

* Add *.env.* to the dockerignore.
2023-11-23 18:45:22 +01:00

20 lines
227 B
Plaintext

# Root folder of this turbo monorepo
# Doesn't send useless context to Docker daemon
.git
.github
about
docker
examples
i18n
**/node_modules
spec
supabase
tests
**/.next
.vercel
**/.env.*
.dockerignore
apps/studio/Dockerfile