This commit is contained in:
Rizky 2024-01-24 14:01:25 +07:00
parent 967ec7e7e1
commit 07de4911db
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,10 @@ RUN apt-get install nodejs -yq
RUN npm i -g @parcel/watcher node-gyp-build-optional-packages node-gyp pnpm
RUN PATH="/usr/lib/node_modules/npm/bin:$PATH"
COPY bun.lockb .
COPY package.json .
RUN bun install
COPY . .
RUN bun install
RUN bun run build