Fix Docker
This commit is contained in:
parent
0666c07431
commit
92a7298e09
4 changed files with 7 additions and 25 deletions
|
|
@ -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"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue