-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
invalidThis doesn't seem rightThis doesn't seem right
Description
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
Metadata
Metadata
Assignees
Labels
invalidThis doesn't seem rightThis doesn't seem right