Skip to content

Commit

Permalink
fixed app launch
Browse files Browse the repository at this point in the history
  • Loading branch information
caiquecober authored Jan 22, 2025
1 parent 32037d5 commit dd8f409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit dd8f409

Please sign in to comment.