diff --git a/Dockerfile b/Dockerfile index 039d965..03da947 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ FROM base as build COPY . ./ # Install node modules -COPY --link .npmrc package.json bun.lockb ./ +COPY --link package.json bun.lockb ./ RUN bun i --frozen-lockfile