Skip to content

Commit

Permalink
fix: fix example makefile to run openfga
Browse files Browse the repository at this point in the history
Co-authored-by: Jim Anderson <[email protected]>
  • Loading branch information
ewanharris and jimmyjames committed Feb 8, 2024
1 parent 7928a1b commit 42b7291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ run: restore

run-openfga:
docker pull docker.io/openfga/openfga:${openfga_version} && \
docker run -p 8080:8080 docker.io/openfga/openfga:${openfga_version}
docker run -p 8080:8080 docker.io/openfga/openfga:${openfga_version} run

0 comments on commit 42b7291

Please sign in to comment.