mirror of
https://gitlab.com/Bockiii/deemix-docker.git
synced 2024-08-30 17:32:18 +00:00
Merge branch 'master' into 'master'
Clean Yarn cache See merge request Bockiii/deemix-docker!12
This commit is contained in:
commit
121096aef5
@ -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/ /
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user