@ -6,7 +6,7 @@ WORKDIR /shortener
COPY ./package.json ./
COPY ./bun.lockb ./
RUN bun install --production
RUN bun install
COPY . .