mirror of
https://github.com/Sun-ZhenXing/mcp-template-python.git
synced 2026-02-04 02:03:32 +00:00
chore: update deps & config
This commit is contained in:
@@ -26,4 +26,4 @@ COPY --from=deps /app/.venv/ ./.venv/
|
||||
COPY . ./
|
||||
|
||||
EXPOSE 3001
|
||||
CMD [ "uv", "run", "prod", "--host", "0.0.0.0" ]
|
||||
CMD [ "uv", "run", "--no-sync", "prod", "--host", "0.0.0.0" ]
|
||||
|
||||
Reference in New Issue
Block a user