diff --git a/Dockerfile b/Dockerfile index 4b19623..c9ee59a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,4 +28,4 @@ EXPOSE 3000 ENTRYPOINT ["/usr/bin/dumb-init", "--"] # Start the application -CMD ["npm", "start"] +CMD ["node", ".output/server/index.mjs"]