feat: Add Dockerfile for multi-stage Node.js build with Nginx and .dockerignore.

This commit is contained in:
2025-12-16 00:06:26 +00:00
parent 8af2ce6941
commit e106ee9df1
2 changed files with 27 additions and 0 deletions

8
.dockerignore Normal file
View File

@@ -0,0 +1,8 @@
node_modules
dist
.git
.gitignore
*.log
docker-compose.yml
Dockerfile
.dockerignore