diff --git a/Dockerfile b/Dockerfile index d7d3205..ce3bec5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,5 +9,4 @@ COPY . . EXPOSE 5000 -CMD ["python", "app.py"] -``` +CMD ["python", "app.py"] \ No newline at end of file