aboutsummaryrefslogtreecommitdiff
path: root/web/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'web/Dockerfile')
-rw-r--r--web/Dockerfile4
1 files changed, 0 insertions, 4 deletions
diff --git a/web/Dockerfile b/web/Dockerfile
index 9b49480..0e548f7 100644
--- a/web/Dockerfile
+++ b/web/Dockerfile
@@ -2,10 +2,6 @@ FROM oven/bun:latest
WORKDIR /web
-COPY package.json ./
-
-COPY bun.lockb ./
-
COPY . .
RUN bun install