diff --git a/Dockerfile b/Dockerfile index 98529bd..f7ca32b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,4 +14,4 @@ RUN bun run build EXPOSE 3000 -ENTRYPOINT [ "bun", "./build/index.js"] \ No newline at end of file +ENTRYPOINT [ "bun", "run", "start"] \ No newline at end of file