remove unnecesary clone
All checks were successful
Publish / build_and_publish_docker_image (push) Successful in 57s

This commit is contained in:
Drake Marino 2025-05-21 17:41:21 -05:00
parent 81432927e9
commit 0b74a6f323

View File

@ -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/* ~