feature/23-voice-room/poc #93

Merged
hodlbod merged 68 commits from feature/23-voice-room/poc into dev 2026-03-16 20:38:06 +00:00
Showing only changes of commit 7d3176da78 - Show all commits
+1
View File
@@ -28,4 +28,5 @@ WORKDIR /app
# Copy only the built output - no source, no .env, no dev deps
COPY --from=builder /app/build ./build
# Serve in SPA mode
CMD ["npx", "serve", "-s", "build"]