Skip to content

Commit e86eb8b

Browse files
committed
fix: add pnpm install step to Dockerfile
1 parent 3d4007b commit e86eb8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Framework/sealaf/1.0.0/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ chmod -R +x /home/devbox/project/entrypoint.sh
1111

1212
USER devbox
1313
RUN cd /home/devbox/project && \
14+
pnpm install && \
1415
pnpm build
1516

1617
USER root

0 commit comments

Comments
 (0)