diff --git a/app/Dockerfile b/app/Dockerfile index c24b976..6aecf26 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -10,3 +10,4 @@ RUN pip3 install -r /requirements.txt ADD main.py /bin RUN chmod +x /bin/main.py +CMD /bin/main.py \ No newline at end of file