diff --git a/Dockerfile b/Dockerfile index cd498d90..61cced04 100644 --- a/Dockerfile +++ b/Dockerfile @@ -49,4 +49,4 @@ RUN CI=true pnpm run build EXPOSE 3000 # Start the application -ENTRYPOINT "pnpm start" +ENTRYPOINT ["pnpm", "start"]