ci: do not re-run yarn / collectstatics (#7353)
This commit is contained in:
parent
d14cbd10e9
commit
6ccde89a68
|
@ -23,12 +23,6 @@ RUN chmod +x start.sh && \
|
|||
chmod +x docker/scripts/app-create-dirs.sh && \
|
||||
sh ./docker/scripts/app-create-dirs.sh
|
||||
|
||||
RUN yarn rebuild && \
|
||||
yarn build && \
|
||||
yarn legacy:build
|
||||
|
||||
RUN echo "yes" | /bin/bash dev/build/collectstatics.sh
|
||||
|
||||
RUN mkdir -p /a
|
||||
|
||||
VOLUME [ "/a" ]
|
||||
|
|
Loading…
Reference in a new issue