diff --git a/Dockerfile b/Dockerfile index b8740e8..b605820 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,6 @@ RUN bun install COPY ./actor.ts /app COPY ./tsconfig.json /app -COPY ./src /app/src +ADD ./src/* /app/src/ CMD [ "bun", "run", "/app/src/index.ts"] \ No newline at end of file