diff --git a/Dockerfile b/Dockerfile index f325f87..829dbf8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,4 +14,4 @@ FROM oven/bun WORKDIR /app COPY --from=build /app/dist /app -CMD ["bun", "run", "dist/index.js"] +CMD ["bun", "run", "index.js"]