diff --git a/backend/Dockerfile b/backend/Dockerfile index 1db4fed..de98b90 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -7,4 +7,4 @@ COPY requirements.txt . RUN pip install -r requirements.txt COPY . . -CMD ["python", "backend/app.py"] \ No newline at end of file +CMD ["python", "main.py"] \ No newline at end of file