diff options
author | Kevin Schweikert <54439512+kevinschweikert@users.noreply.github.com> | 2020-07-29 16:29:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-29 09:29:51 -0500 |
commit | f220286c007badb86ee3e7e81d70149ae3c23c4c (patch) | |
tree | dc5303864918d60f93dda30a2e2d467478fccecb | |
parent | 1de19e0c766e3d7f9fe4cf22f6c2a589ac543a37 (diff) | |
download | gitea-f220286c007badb86ee3e7e81d70149ae3c23c4c.tar.gz gitea-f220286c007badb86ee3e7e81d70149ae3c23c4c.zip |
Fix typo in README.md (#12369)
Changed Dockefile to Dockerfile
-rw-r--r-- | docker/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/README.md b/docker/README.md index a698510e5e..ef05032ee6 100644 --- a/docker/README.md +++ b/docker/README.md @@ -1,7 +1,7 @@ # Gitea - Docker -Dockefile is found in root of repository. +Dockerfile is found in root of repository. Docker image can be found on [docker hub](https://hub.docker.com/r/gitea/gitea) -Documentation on using docker image can be found on [Gitea Docs site](https://docs.gitea.io/en-us/install-with-docker/)
\ No newline at end of file +Documentation on using docker image can be found on [Gitea Docs site](https://docs.gitea.io/en-us/install-with-docker/) |