mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-03-09 13:41:00 +00:00
Update Dockerfile - Test Bugfix Dockerpipeline
the npm install -g corepack@latest is supposed to make problems with the main docker build
This commit is contained in:
parent
f0ea22ec63
commit
8e790d08e2
@ -6,7 +6,7 @@ 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 npm install -g corepack@latest
|
||||
|
||||
RUN corepack enable pnpm && pnpm install
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user