Serve in SPA mode

This commit is contained in:
mplorentz
2026-02-26 11:07:41 -05:00
committed by hodlbod
parent 0ab1cfadde
commit 7d3176da78
+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"]