fix: correct CMD syntax in Dockerfile for frontend server

This commit is contained in:
2025-10-31 17:45:47 +01:00
parent 042cdcdb3a
commit 4714cc7892

View File

@@ -17,4 +17,4 @@ RUN npm run build
STOPSIGNAL SIGTERM STOPSIGNAL SIGTERM
# Run frontend web server # Run frontend web server
CMD ["node .output/server/index.mjs"] CMD ["node", ".output/server/index.mjs"]