This commit is contained in:
Rizky 2024-01-24 16:05:28 +07:00
parent 4c03a971de
commit 31f05d4612
1 changed files with 0 additions and 4 deletions

View File

@ -12,10 +12,6 @@ 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