mirror of
https://gitlab.com/Bockiii/deemix-docker.git
synced 2024-08-30 17:32:18 +00:00
maint: install-all is way too much
This commit is contained in:
parent
48f3fbdf17
commit
e3953bfba9
@ -30,7 +30,8 @@ RUN git clone https://gitlab.com/RemixDev/deemix-gui.git --recursive && \
|
||||
|
||||
WORKDIR /deemix-gui
|
||||
|
||||
RUN yarn install-all --prod
|
||||
RUN yarn install --prod && \
|
||||
yarn --cwd server install --prod
|
||||
|
||||
COPY root/ /
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user