We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea31828 commit fb4f817Copy full SHA for fb4f817
README.md
@@ -12,5 +12,5 @@ $ GRAPH_FILE=graph.ttl poetry run uvicorn sparql_file:app --host 0.0.0.0 --port
12
13
```
14
$ task build
15
-$ podman run -d --rm -v /path/to/graph_file.ttl:/data/graph.ttl:z -p 8080:8080 localhost/sparql_file:latest
+$ podman run -d --rm -v /path/to/graph_file.ttl:/data/graph.ttl:z -p 8080:8080 ghcr.io/aksw/sparql-file:main
16
0 commit comments