diff --git a/Dockerfile b/Dockerfile index bc768fc0..2ae460bc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,8 @@ RUN curl -sL https://deb.nodesource.com/setup_20.x | bash - RUN apt-get update RUN apt-get install nodejs -yq -RUN npm i -g @parcel/watcher node-gyp-build-optional-packages node-gyp +RUN npm i -g @parcel/watcher node-gyp-build-optional-packages node-gyp pnpm +RUN PATH="/usr/lib/node_modules/npm/bin:$PATH" RUN bun install RUN bun run build RUN bun run db-pull