Skip to content

Not running Inside Docker Container #2

@Frozen12

Description

@Frozen12

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

No one assigned

    Labels

    invalidThis doesn't seem right

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions