diff --git a/Dockerfile b/Dockerfile index 95a4627..f17e60e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,4 +29,4 @@ COPY --from=prerelease /usr/src/app/ . # run the app USER bun -ENTRYPOINT [ "bun", "run", "index.ts" ] \ No newline at end of file +ENTRYPOINT [ "bun", "run", "./src/index.ts" ] \ No newline at end of file