Skip to content

Commit f8769dd

Browse files
committed
Adjust entry point to use env variables for Docker MCP Catalog
1 parent d823fb3 commit f8769dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ ENV PYTHONPATH=/app/src
3030
ENV PIA_API_URL=https://mcp.programintegrity.org/
3131

3232
# Run the server
33-
ENTRYPOINT ["python", "-m", "pia_mcp_server", "--api-key", "${PIA_API_KEY}"]
33+
ENTRYPOINT ["python", "-m", "pia_mcp_server"]

0 commit comments

Comments
 (0)