Skip to content

Commit 75f3c74

Browse files
committed
NO-ISSUE: fix readme build container tag
Signed-off-by: Eran Ifrach <[email protected]>
1 parent 89ad369 commit 75f3c74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ uv run python src/mcp_server.py
148148
To build the container image locally using Podman, run:
149149

150150
```sh
151-
podman build -t jira-mcp-snowflake:latest .
151+
podman build -t localhost/jira-mcp-snowflake:latest .
152152
```
153153

154154
This will create a local image named `jira-mcp-snowflake:latest` that you can use to run the server. The container now uses UV for fast dependency management.

0 commit comments

Comments
 (0)