diff --git a/Dockerfile b/Dockerfile index 224e023..13bc808 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,4 +8,4 @@ RUN pip install -r requirements.txt COPY . . -ENTRYPOINT ["python", "main.py"] +ENTRYPOINT ["python", "main.py"] \ No newline at end of file