feat(docker): add Dockerfile and .dockerignore for app containerization

This commit is contained in:
gameloader
2025-11-10 22:14:35 +08:00
parent 4cb9db1b7c
commit 2165fbe5ec
4 changed files with 161 additions and 48 deletions

7
.dockerignore Normal file
View File

@ -0,0 +1,7 @@
# Prevent local build artifacts and secrets from bloating the image
.git
.next
node_modules
.env*
Dockerfile
README.md