We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0faf4d8 commit f6db3e8Copy full SHA for f6db3e8
1 file changed
dev/build/Dockerfile
@@ -18,7 +18,8 @@ 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 && \
+RUN yarn rebuild && \
22
+ yarn build && \
23
yarn legacy:build
24
25
RUN mkdir -p /a
0 commit comments