diff --git a/Dockerfile b/Dockerfile index 65e5f62..77fe78d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,6 @@ COPY ./package.json /app COPY ./bun.lockb /app RUN bun install -COPY . /app +ADD . /app CMD [ "bun", "run", "/app/src/index.ts"] \ No newline at end of file