build(docker): add Docker build and deployment infrastructure
- Add multi-stage Dockerfile with pnpm install and Nginx serving - Add nginx.conf with gzip and SPA fallback - Add docker-build.sh script for building and pushing images - Add .dockerignore for build context optimization - Remove unused pnpm-workspace.yaml
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
node_modules
|
||||
src-tauri/target
|
||||
dist
|
||||
.git
|
||||
*.md
|
||||
Reference in New Issue
Block a user