Skip to content

Commit 26e48c8

Browse files
authored
Merge pull request #30 from eifrach/fix_readme_build
NO-ISSUE: fix readme build container tag
2 parents 89ad369 + 75f3c74 commit 26e48c8

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)