Clean Yarn cache

This commit is contained in:
Devon Kupiec 2021-11-13 02:56:27 +00:00 committed by Henning Bocklage
parent d3d92e001c
commit 12a043d65d

View File

@ -31,7 +31,8 @@ RUN git clone https://gitlab.com/RemixDev/deemix-gui.git --recursive && \
WORKDIR /deemix-gui
RUN yarn install --prod --network-timeout 1000000 && \
yarn --cwd server install --prod --network-timeout 1000000
yarn --cwd server install --prod --network-timeout 1000000 && \
yarn cache clean
COPY root/ /