This commit is contained in:
Rizky 2024-01-21 18:58:40 +07:00
parent af3eedec01
commit 245f65b6ff
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@ RUN curl -sL https://deb.nodesource.com/setup_20.x | bash -
RUN apt-get update RUN apt-get update
RUN apt-get install nodejs -yq 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 install
RUN bun run build RUN bun run build
RUN bun run db-pull RUN bun run db-pull