From 4176cc38c6eb60928a45a10cba17a5533dc2a780 Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Sat, 3 Dec 2022 19:47:02 +0100 Subject: [PATCH] Debug container --- Dockerfile | 1 - docker/docker-init.sh | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f985ffc..7ea52cc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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} diff --git a/docker/docker-init.sh b/docker/docker-init.sh index f0042b8..7110ef4 100644 --- a/docker/docker-init.sh +++ b/docker/docker-init.sh @@ -2,3 +2,5 @@ cd /stacosys python3 stacosys/run.py /config/config.ini + +tail -f /dev/null \ No newline at end of file