mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-03-09 13:41:00 +00:00
ci: updated Dockerfile to install latest version of corepack to ensure to have the right version to pnpm
This commit is contained in:
parent
fbf1d46106
commit
c88938cffc
@ -6,6 +6,8 @@ WORKDIR /app
|
||||
# Install dependencies (this step is cached as long as the dependencies don't change)
|
||||
COPY package.json pnpm-lock.yaml ./
|
||||
|
||||
RUN npm install -g corepack@latest
|
||||
|
||||
RUN corepack enable pnpm && pnpm install
|
||||
|
||||
# Copy the rest of your app's source code
|
||||
|
Loading…
Reference in New Issue
Block a user