diff --git a/Dockerfile b/Dockerfile index e6271da..98529bd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ WORKDIR /shortener COPY ./package.json ./ COPY ./bun.lockb ./ -RUN bun install --production +RUN bun install COPY . .