Commit Needle production dist and nginx-only Docker image

- Track Needle/MenuScene/dist and Needle/SampleScene/dist for container deploys
- Dockerfile copies pre-built dist (no npm in image); rebuild with npm run build before commit
- Fix Needle .gitignore: /assets/ so dist/assets is not ignored
- Git LFS: track *.wasm; relax .dockerignore so dist is sent as build context

Made-with: Cursor
This commit is contained in:
pelpanagiotis
2026-04-19 23:39:59 +03:00
parent 98062ef858
commit 6947303755
169 changed files with 91778 additions and 31 deletions

View File

@@ -14,12 +14,9 @@ MemoryCaptures/
Recordings/
obj/
# Host-side Node (reinstalled in container)
# Host-side Node (not needed when image serves pre-built dist)
**/node_modules/
# Build output (rebuilt in container)
**/Needle/*/dist/
# OS
.DS_Store
Thumbs.db