Debug container
This commit is contained in:
parent
c13d1fbec5
commit
4176cc38c6
2 changed files with 2 additions and 1 deletions
|
@ -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}
|
||||||
|
|
||||||
|
|
|
@ -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
|
Loading…
Add table
Reference in a new issue