feat: Add Docker support with Dockerfile and .dockerignore; configure Nginx for serving built application

This commit is contained in:
2026-01-01 19:44:21 -06:00
parent ca267f8862
commit df9e62303b
4 changed files with 54 additions and 0 deletions

4
.gitignore vendored
View File

@@ -22,3 +22,7 @@ dist-ssr
*.njsproj
*.sln
*.sw?
# Pnpm lock files
pnpm-lock.yaml
pnpm-workspace.yaml