Skip to content

Commit

Permalink
Merge pull request #193 from ProfessorSam/readme-typo
Browse files Browse the repository at this point in the history
Fix: Docker image name
  • Loading branch information
zml2008 authored Feb 25, 2024
2 parents 9be0dfa + 34a9ef8 commit 71c0922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This will create a server running at `http://localhost:8080`.

For production usage, simply remove the development flag from the run task.
Alternatively, the `distribution` tasks (for example, `distTar`) can be used to create or install archives that contain scripts to run the server.
A Docker image is published at `ghrc.io/KyoriPowered/adventure-webui/webui`, or for local builds using `./gradlew jibBuildTar` (or `./gradlew jibDockerBuild` to push it to your local docker instance)
A Docker image is published at `ghcr.io/kyoripowered/adventure-webui/webui:latest`, or for local builds using `./gradlew jibBuildTar` (or `./gradlew jibDockerBuild` to push it to your local docker instance)

### Contributing

Expand Down

0 comments on commit 71c0922

Please sign in to comment.