mirror of
https://gitlab.com/Bockiii/deemix-docker.git
synced 2024-08-30 17:32:18 +00:00
Clean Yarn cache
This commit is contained in:
parent
d3d92e001c
commit
12a043d65d
@ -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