Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not running Inside Docker Container #2

Open
Frozen12 opened this issue Jun 6, 2022 · 1 comment
Open

Not running Inside Docker Container #2

Frozen12 opened this issue Jun 6, 2022 · 1 comment
Labels
invalid This doesn't seem right

Comments

@Frozen12
Copy link

Frozen12 commented Jun 6, 2022

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

@fristhon fristhon changed the title Not running inside Inside Docker Container Not running Inside Docker Container Jun 8, 2022
@fristhon
Copy link
Owner

fristhon commented Jun 8, 2022

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

@fristhon fristhon added the invalid This doesn't seem right label Feb 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants