Serve in SPA mode

This commit is contained in:
mplorentz
2026-02-26 11:07:41 -05:00
parent fc2d4adc21
commit 4c753676b0
+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"]