refactor: simplify identifiers parameter in create_customer and update Docker config
This commit is contained in:
@@ -9,9 +9,10 @@ RUN pip install --no-cache-dir uv
|
||||
|
||||
COPY pyproject.toml uv.lock ./
|
||||
COPY src/ ./src/
|
||||
|
||||
RUN uv sync --frozen --no-dev
|
||||
RUN uv pip install --editable .
|
||||
|
||||
EXPOSE 3001
|
||||
|
||||
CMD ["uv", "run", "fastmcp", "run", "./src/tryton_mcp/server.py", "--transport", "http", "--host", "0.0.0.0", "--port", "3001"]
|
||||
CMD ["uv", "run", "fastmcp", "run", "./src/tryton_mcp/server.py", "--reload"]
|
||||
|
||||
Reference in New Issue
Block a user