Add Dockerfile and nginx config for Coolify deployment
Multi-stage build: Node.js 22 for Astro build, nginx:alpine for serving. Includes gzip, security headers, and immutable cache for _astro/ assets.
This commit is contained in:
7
.dockerignore
Normal file
7
.dockerignore
Normal file
@@ -0,0 +1,7 @@
|
||||
node_modules
|
||||
dist
|
||||
.git
|
||||
.env*
|
||||
.DS_Store
|
||||
*.md
|
||||
!README.md
|
||||
Reference in New Issue
Block a user