Skip to content

Commit b4dd952

Browse files
author
Pedro Rodrigues
committed
update dockerfile
1 parent d72824e commit b4dd952

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ ADD . /app
66

77
# Sync the project into a new environment, asserting the lockfile is up to date
88
WORKDIR /app
9-
RUN uv sync --locked
9+
10+
RUN uv sync --locked --no-cache
1011

1112
# Expose the port the MCP server runs on
1213
EXPOSE 8000

pyproject.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ dependencies = [
1313
"starlette>=0.46.2",
1414
]
1515

16-
[project.scripts]
17-
singlestore-mcp-server = "src.main:main"
18-
1916
[build-system]
2017
requires = ["hatchling"]
2118
build-backend = "hatchling.build"
@@ -86,12 +83,8 @@ dev-dependencies = [
8683
"pytest>=8.3.4",
8784
"pytest-cov>=6.0.0",
8885
"ruff>=0.8.5",
89-
"singlestore-mcp-server",
9086
]
9187

92-
[tool.uv.sources]
93-
singlestore-mcp-server = { workspace = true }
94-
9588
[tool.pytest.ini_options]
9689
testpaths = ["tests"]
9790
python_files = ["test_*.py"]

uv.lock

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)