Skip to content

Commit

Permalink
Merge pull request #83 from Cloud-Code-AI/81-update-github-pages-doc-…
Browse files Browse the repository at this point in the history
…with-kaizen

fix: updated docker entrypoint
  • Loading branch information
sauravpanda authored Apr 23, 2024
2 parents d819a72 + fe45f51 commit 52b08b3
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 @@ -26,4 +26,4 @@ COPY . .
EXPOSE 8000

# Set the command to run the FastAPI application
CMD ["poetry", "run", "uvicorn", "api.main:app", "--host", "0.0.0.0", "--port", "8000"]
CMD ["poetry", "run", "uvicorn", "github_app.main:app", "--host", "0.0.0.0", "--port", "8000"]

0 comments on commit 52b08b3

Please sign in to comment.