diff --git a/Dockerfile b/Dockerfile index bd3a1de..f97d12d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,8 +28,8 @@ RUN useradd -m -d /home/container -s /bin/bash container USER container ENV USER=container HOME=/home/container WORKDIR /home/container -RUN git clone https://github.com/ThePansmith/Monifactory.git -RUN cd ~/Monifactory/tools/build && npm install +##RUN git clone https://github.com/ThePansmith/Monifactory.git +##RUN cd ~/Monifactory/tools/build && npm install ##RUN node ~/Monifactory/tools/build build-server ##RUN cp ~/Monifactory/dist/server/* ~