wip fix
This commit is contained in:
parent
4c03a971de
commit
31f05d4612
|
|
@ -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 npm i -g @parcel/watcher node-gyp-build-optional-packages node-gyp pnpm
|
||||||
RUN PATH="/usr/lib/node_modules/npm/bin:$PATH"
|
RUN PATH="/usr/lib/node_modules/npm/bin:$PATH"
|
||||||
|
|
||||||
COPY bun.lockb .
|
|
||||||
COPY package.json .
|
|
||||||
RUN bun install
|
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN bun install
|
RUN bun install
|
||||||
RUN bun run build
|
RUN bun run build
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue