From 51ff8ae5eae26b1f76f757436876acb32fc533a6 Mon Sep 17 00:00:00 2001 From: "death.au" Date: Sun, 12 Nov 2023 23:55:49 +0000 Subject: [PATCH] Update Dockerfile Going back to an earlier method --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index b605820..77fe78d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,8 +6,6 @@ COPY ./package.json /app COPY ./bun.lockb /app RUN bun install -COPY ./actor.ts /app -COPY ./tsconfig.json /app -ADD ./src/* /app/src/ +ADD . /app CMD [ "bun", "run", "/app/src/index.ts"] \ No newline at end of file