1 parent c637299 commit 0faf4d8Copy full SHA for 0faf4d8
1 file changed
dev/build/Dockerfile
@@ -18,6 +18,9 @@ RUN chmod +x start.sh && \
18
chmod +x docker/scripts/app-create-dirs.sh && \
19
sh ./docker/scripts/app-create-dirs.sh
20
21
+RUN yarn build && \
22
+ yarn legacy:build
23
+
24
RUN mkdir -p /a
25
26
VOLUME [ "/a" ]
0 commit comments