wip fix
This commit is contained in:
parent
af3eedec01
commit
245f65b6ff
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue