remove unnecesary clone
All checks were successful
Publish / build_and_publish_docker_image (push) Successful in 57s
All checks were successful
Publish / build_and_publish_docker_image (push) Successful in 57s
This commit is contained in:
parent
81432927e9
commit
0b74a6f323
@ -28,8 +28,8 @@ RUN useradd -m -d /home/container -s /bin/bash container
|
|||||||
USER container
|
USER container
|
||||||
ENV USER=container HOME=/home/container
|
ENV USER=container HOME=/home/container
|
||||||
WORKDIR /home/container
|
WORKDIR /home/container
|
||||||
RUN git clone https://github.com/ThePansmith/Monifactory.git
|
##RUN git clone https://github.com/ThePansmith/Monifactory.git
|
||||||
RUN cd ~/Monifactory/tools/build && npm install
|
##RUN cd ~/Monifactory/tools/build && npm install
|
||||||
##RUN node ~/Monifactory/tools/build build-server
|
##RUN node ~/Monifactory/tools/build build-server
|
||||||
##RUN cp ~/Monifactory/dist/server/* ~
|
##RUN cp ~/Monifactory/dist/server/* ~
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user