Skip to content

Commit f6db3e8

Browse files
committed
ci: Update Dockerfile
1 parent 0faf4d8 commit f6db3e8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

dev/build/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ RUN chmod +x start.sh && \
1818
chmod +x docker/scripts/app-create-dirs.sh && \
1919
sh ./docker/scripts/app-create-dirs.sh
2020

21-
RUN yarn build && \
21+
RUN yarn rebuild && \
22+
yarn build && \
2223
yarn legacy:build
2324

2425
RUN mkdir -p /a

0 commit comments

Comments
 (0)