Debug container

This commit is contained in:
Yax 2022-12-03 19:47:02 +01:00
parent c13d1fbec5
commit 4176cc38c6
2 changed files with 2 additions and 1 deletions

View file

@ -18,7 +18,6 @@ RUN chmod +x usr/local/bin/docker-init.sh
RUN cd / RUN cd /
COPY dist/${STACOSYS_FILENAME} / 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 python3 -m pip install ${STACOSYS_FILENAME} --target /stacosys
RUN rm -f ${STACOSYS_FILENAME} RUN rm -f ${STACOSYS_FILENAME}

View file

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