🔧 Remove .dockerignore (conflicts with Nixpacks)

This commit is contained in:
Kunthawat Greethong
2026-03-09 20:58:00 +07:00
parent ccf42eb0a6
commit 5a823ef539

View File

@@ -1,18 +0,0 @@
# 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