Fix Docker

This commit is contained in:
Yûki VACHOT 2025-11-29 07:59:56 +01:00
parent 0666c07431
commit 92a7298e09
4 changed files with 7 additions and 25 deletions

View file

@ -37,4 +37,4 @@ HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 \
CMD curl -f http://localhost:8000/health || exit 1
# Run the server using the installed package entry point
CMD ["python", "-m", "geoguessr_mcp.main"]
CMD ["python", "-m", "src.geoguessr_mcp.main"]