diff --git a/Dockerfile b/Dockerfile index e00b5f0..99496e3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,4 +15,4 @@ COPY . /app EXPOSE 5000 # Command to run the application -CMD ["python", "app/app.py"] \ No newline at end of file +CMD ["python", "app.py"] \ No newline at end of file