mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-03-09 13:41:00 +00:00
Update Dockerfile
This commit is contained in:
parent
8e790d08e2
commit
52970812cb
@ -8,7 +8,8 @@ COPY package.json pnpm-lock.yaml ./
|
||||
|
||||
#RUN npm install -g corepack@latest
|
||||
|
||||
RUN corepack enable pnpm && pnpm install
|
||||
#RUN corepack enable pnpm && pnpm install
|
||||
RUN npm install -g pnpm && pnpm install
|
||||
|
||||
# Copy the rest of your app's source code
|
||||
COPY . .
|
||||
|
Loading…
Reference in New Issue
Block a user