mirror of
https://gitlab.com/Bockiii/deemix-docker.git
synced 2025-07-25 19:12:28 +00:00
yo
This commit is contained in:
@ -11,7 +11,11 @@ LABEL \
|
||||
maintainer="Bocki"
|
||||
|
||||
RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash && \
|
||||
apt-get install -y nodejs
|
||||
apt-get -y --no-install-recommends install >/dev/null \
|
||||
nodejs \
|
||||
yarn && \
|
||||
apt-get clean && \
|
||||
rm -rf /var/lib/apt/lists/*;
|
||||
|
||||
#RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash
|
||||
#ENV NVM_DIR=/root/.nvm
|
||||
@ -30,7 +34,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 yarn start
|
||||
s6-setuidgid abc yarn start-build
|
Reference in New Issue
Block a user