telminal icon indicating copy to clipboard operation
telminal copied to clipboard

Not running Inside Docker Container

Open Frozen12 opened this issue 3 years ago • 1 comments

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

Frozen12 avatar Jun 06 '22 14:06 Frozen12

I couldn't reproduce your problem, telminal works in docker too Can you check without dependency.sh ?

fristhon avatar Jun 08 '22 01:06 fristhon