diff --git a/Dockerfile b/Dockerfile index 78a6e3c..7a0c006 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ WORKDIR /usr/src/app COPY package*.json ./ -RUN npm install +RUN bun i COPY . .