This commit is contained in:
Rizky 2024-06-21 05:39:15 +07:00
parent 031693b8c0
commit b0b39767d5
1 changed files with 1 additions and 4 deletions

View File

@ -1,4 +1,4 @@
FROM oven/bun:1.1.15 as base FROM oven/bun:1.1.15-debian as base
WORKDIR /app/prasi/repo WORKDIR /app/prasi/repo
RUN apt-get update RUN apt-get update
@ -9,9 +9,6 @@ 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 pnpm
RUN PATH="/usr/lib/node_modules/npm/bin:$PATH"
COPY dockerzip . COPY dockerzip .
RUN unzip -o dockerzip RUN unzip -o dockerzip
RUN bun install RUN bun install