Debug container

pull/12/head
Yax 2 years ago
parent c13d1fbec5
commit 4176cc38c6

@ -18,7 +18,6 @@ RUN chmod +x usr/local/bin/docker-init.sh
RUN cd /
COPY dist/${STACOSYS_FILENAME} /
#RUN wget https://github.com/kianby/stacosys/releases/download/${STACOSYS_VERSION}/${STACOSYS_FILENAME}
RUN python3 -m pip install ${STACOSYS_FILENAME} --target /stacosys
RUN rm -f ${STACOSYS_FILENAME}

@ -2,3 +2,5 @@
cd /stacosys
python3 stacosys/run.py /config/config.ini
tail -f /dev/null
Loading…
Cancel
Save