ci: Update Dockerfile
This commit is contained in:
parent
0faf4d868c
commit
f6db3e8e1b
|
@ -18,7 +18,8 @@ RUN chmod +x start.sh && \
|
|||
chmod +x docker/scripts/app-create-dirs.sh && \
|
||||
sh ./docker/scripts/app-create-dirs.sh
|
||||
|
||||
RUN yarn build && \
|
||||
RUN yarn rebuild && \
|
||||
yarn build && \
|
||||
yarn legacy:build
|
||||
|
||||
RUN mkdir -p /a
|
||||
|
|
Loading…
Reference in a new issue