mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-15 01:45:59 +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 PNPM_HOME="/pnpm"
|
||||||
ENV PATH="$PNPM_HOME:$PATH"
|
ENV PATH="$PNPM_HOME:$PATH"
|
||||||
LABEL fly_launch_runtime="Node.js"
|
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
|
RUN corepack enable
|
||||||
COPY . /app
|
COPY . /app
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
Loading…
x
Reference in New Issue
Block a user