Merge branch 'master' into 'master'

Clean Yarn cache

See merge request Bockiii/deemix-docker!12
This commit is contained in:
Bocki 2021-11-13 10:32:05 +00:00
commit 121096aef5

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/ /