diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 5110e69..a215f25 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -17,4 +17,4 @@ RUN npm run build STOPSIGNAL SIGTERM # Run frontend web server -CMD ["node .output/server/index.mjs"] \ No newline at end of file +CMD ["node", ".output/server/index.mjs"] \ No newline at end of file