diff --git a/docker/Dockerfile b/docker/Dockerfile index cbc55f7..9ab6555 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -8,7 +8,7 @@ COPY package*.json ./ COPY bun.lockb ./ -RUN bun install --production +RUN /bin/bash -c bun install --production COPY . .