aboutsummaryrefslogtreecommitdiff
path: root/bot/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'bot/Dockerfile')
-rw-r--r--bot/Dockerfile6
1 files changed, 1 insertions, 5 deletions
diff --git a/bot/Dockerfile b/bot/Dockerfile
index c21fd47..ae74f3a 100644
--- a/bot/Dockerfile
+++ b/bot/Dockerfile
@@ -2,12 +2,8 @@ FROM oven/bun:latest
WORKDIR /bot
-COPY package.json ./
-
-COPY bun.lockb ./
+COPY . .
RUN bun install
-COPY . .
-
ENTRYPOINT ["bun", "start"]