🐳 Add .dockerignore to exclude Next.js from Astro build

This commit is contained in:
Kunthawat Greethong
2026-03-09 20:54:30 +07:00
parent c917a69dae
commit ccf42eb0a6

18
.dockerignore Normal file
View File

@@ -0,0 +1,18 @@
# Ignore Next.js stuff when building Astro
dealplustech-astro/node_modules
dealplustech-astro/dist
dealplustech-astro/.astro
dealplustech-astro/.next
dealplustech-astro/next-env.d.ts
# Root level - ignore everything except dealplustech-astro
*
!dealplustech-astro/
# Git
.git
.gitignore
# Docs
*.md
!README.md