diff --git a/Dockerfile b/Dockerfile index 6818aaf..a39c091 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,4 +11,4 @@ WORKDIR /app RUN pip install -r requirements.txt -CMD ['python', "main.py"] \ No newline at end of file +CMD ["python", "main.py"] \ No newline at end of file