Add Docker image and compose for Needle web exports

Serve production Vite dist with nginx; optional SampleScene profile.

Made-with: Cursor
This commit is contained in:
pelpanagiotis
2026-04-19 23:05:50 +03:00
parent a7c53a08a0
commit 479e9bb979
5 changed files with 102 additions and 2 deletions

25
.dockerignore Normal file
View File

@@ -0,0 +1,25 @@
# Git / IDE
.git
.gitignore
**/.cursor
**/.vs
.idea
# Unity (not needed to build Needle web bundle)
Library/
Temp/
Logs/
UserSettings/
MemoryCaptures/
Recordings/
obj/
# Host-side Node (reinstalled in container)
**/node_modules/
# Build output (rebuilt in container)
**/Needle/*/dist/
# OS
.DS_Store
Thumbs.db