Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

Commit ff2b531

Browse files
committed
fix: fix dockerfile
1 parent 6c34145 commit ff2b531

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

scripts/build-runner/src/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ RUN apk add --update curl bash git openssh && \
2020
ls -la /root/cloudbase-framework/registry
2121

2222
RUN cd /root/cloudbase-framework/registry/ && \
23-
yarn && \
24-
rm -rf yarn.lock
23+
yarn
2524

2625

2726
CMD ["node", "/usr/opts/index.js"]

0 commit comments

Comments
 (0)