mirror of
https://gitlab.com/Bockiii/deemix-docker.git
synced 2024-08-30 17:32:18 +00:00
yarn
This commit is contained in:
parent
6914a78f84
commit
d296d58936
@ -13,10 +13,10 @@ LABEL \
|
||||
RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash && \
|
||||
apt-get -y --no-install-recommends install >/dev/null \
|
||||
nodejs \
|
||||
yarn \
|
||||
git && \
|
||||
git && \
|
||||
apt-get clean && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
rm -rf /var/lib/apt/lists/* && \
|
||||
npm install --global yarn
|
||||
|
||||
#RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash
|
||||
#ENV NVM_DIR=/root/.nvm
|
||||
@ -32,7 +32,7 @@ RUN git clone https://gitlab.com/RemixDev/deemix-gui.git --recursive && \
|
||||
|
||||
WORKDIR /deemix-gui/server
|
||||
|
||||
RUN npm install
|
||||
RUN yarn install
|
||||
|
||||
COPY root/ /
|
||||
|
||||
|
@ -10,4 +10,4 @@ cd /deemix-gui/server
|
||||
HOME=/deem
|
||||
|
||||
echo "[services.d] Starting Deemix"
|
||||
s6-setuidgid abc npm start
|
||||
s6-setuidgid abc yarn start
|
Loading…
x
Reference in New Issue
Block a user