mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-14 06:55:57 +08:00
fix(dockerfile): Temporarily resolve corepack issue
This commit is contained in:
parent
b0f9e73376
commit
73d19aa01b
@ -2,6 +2,10 @@ FROM node:20-slim AS base
|
||||
ENV PNPM_HOME="/pnpm"
|
||||
ENV PATH="$PNPM_HOME:$PATH"
|
||||
LABEL fly_launch_runtime="Node.js"
|
||||
|
||||
#temp solution to https://github.com/nodejs/corepack/issues/612
|
||||
RUN npm i -g corepack@latest
|
||||
|
||||
RUN corepack enable
|
||||
COPY . /app
|
||||
WORKDIR /app
|
||||
|
Loading…
x
Reference in New Issue
Block a user