diff --git a/Dockerfile b/Dockerfile index 4e077f91..fe0dae00 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,7 @@ FROM oven/bun:1.0.18-debian as base WORKDIR /usr/src/prasi COPY . . +RUN bun i -g node-gyp-build-optional-packages RUN bun install RUN bun run build