diff --git a/Dockerfile b/Dockerfile index 824a860..6d3d4fc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ RUN apt-get install unzip zip COPY dockerzip . -RUN unzip dockerzip +RUN unzip -o dockerzip RUN bun install COPY . . diff --git a/dockerzip b/dockerzip index 2d48f58..3a5dda1 100644 Binary files a/dockerzip and b/dockerzip differ