ci: do not re-run yarn / collectstatics (#7353)

This commit is contained in:
Jennifer Richards 2024-04-23 14:21:20 -03:00 committed by Nicolas Giard
parent d14cbd10e9
commit 6ccde89a68

View file

@ -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" ]