Skip to content

Commit 0faf4d8

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

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

dev/build/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ 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 && \
22+
yarn legacy:build
23+
2124
RUN mkdir -p /a
2225

2326
VOLUME [ "/a" ]

0 commit comments

Comments
 (0)