diff --git a/Dockerfile b/Dockerfile index 8d07ec5..74f9189 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,4 +39,4 @@ RUN echo "Verifying installations:" && \ echo "Installed packages:" && pip list # Command to run when container starts -CMD ["uvicorn", "podcastfy.api.fast_app", "--host", "0.0.0.0", "--port", "8000"] +CMD ["uvicorn", "podcastfy.api.fast_app:app", "--host", "0.0.0.0", "--port", "8000"]