diff --git a/Worker.Dockerfile b/Worker.Dockerfile index c03f1693..27201feb 100644 --- a/Worker.Dockerfile +++ b/Worker.Dockerfile @@ -50,4 +50,4 @@ ENV GIT_COMMIT=$GIT_COMMIT WORKDIR /app/dist ENV NODE_ENV=production # Run migrations and start the server -CMD [ "bun", "run", "index.js" ] +CMD [ "bun", "run", "worker.js" ]