fix
This commit is contained in:
parent
031693b8c0
commit
b0b39767d5
|
|
@ -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
|
||||
|
||||
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 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 .
|
||||
RUN unzip -o dockerzip
|
||||
RUN bun install
|
||||
|
|
|
|||
Loading…
Reference in New Issue