diff --git a/Dockerfile b/Dockerfile index 247cf08f..031bcf32 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,4 +8,4 @@ COPY requirements.txt requirements.txt RUN pip install --upgrade pip RUN pip install -r requirements.txt -CMD ['python', 'app.py'] \ No newline at end of file +CMD python app.py \ No newline at end of file