diff --git a/Dockerfile b/Dockerfile index 9ea0aa1..9eb2fa7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,4 +4,4 @@ COPY . /app WORKDIR /app RUN pip3 install -Ur requirements.txt -CMD python3 router.py \ No newline at end of file +ENTRYPOINT [ "python3", "router.py" ] \ No newline at end of file