This commit is contained in:
Henning Bocklage
2021-05-30 03:45:24 +02:00
parent dd2010f8bf
commit 9f7d096435

View File

@ -13,6 +13,9 @@ LABEL \
RUN apt-get update && \
apt-get install -y git
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash && \
nvm install 16.2.0
RUN git clone https://gitlab.com/RemixDev/deemix-gui.git --recursive && \
rm -R /config && \
mkdir /deemix-gui/server/music && \