This commit is contained in:
Rizky 2024-01-21 12:29:40 +07:00
parent 9d900ce152
commit 7263f914f0
1 changed files with 4 additions and 1 deletions

View File

@ -3,7 +3,10 @@ FROM oven/bun:1.0.18-debian as base
WORKDIR /usr/src/prasi
COPY . .
RUN bun i -g node-gyp-build-optional-packages
RUN apt-get install curl gnupg -yq
RUN curl -sL https://deb.nodesource.com/setup_20.x | bash \
RUN apt-get install nodejs -yq
RUN npm i -g node-gyp-build-optional-packages @parcel/watcher
RUN bun install
RUN bun run build