telminal
telminal copied to clipboard
Not running Inside Docker Container
Dockerfile
FROM python:latest ENV PYTHONUNBUFFERED 1 WORKDIR /app RUN chmod +x /app RUN sh dependency.sh RUN pip3 install telminal COPY config.json /usr/local/lib/python3.10/site-packages/telminal/config.json CMD ["telminal"]`
OUTPUT:
Starting process with command telminal
State changed from starting to up
Stopping all processes with SIGTERM
loop the process again and again
I couldn't reproduce your problem, telminal works in docker too
Can you check without dependency.sh ?