Skip to content

Commit 586b5e1

Browse files
Add Dockerfile
1 parent b09b27a commit 586b5e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Generated by https://smithery.ai. See: https://smithery.ai/docs/build/project-config
12
FROM ghcr.io/astral-sh/uv:python3.10-bookworm-slim AS uv
23

34
WORKDIR /app
@@ -25,4 +26,4 @@ ENV PATH="/app/.venv/bin:$PATH"
2526
COPY --from=uv /app /app/
2627
ENV PYTHONPATH=/app
2728

28-
ENTRYPOINT ["mcp-domain-availability"]
29+
ENTRYPOINT ["mcp-domain-availability"]

0 commit comments

Comments
 (0)