diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2014-08-24 20:42:50 +0800 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2014-08-24 20:42:50 +0800 |
commit | 03c6a395aa0d32c99e8264d18a3b5228656478df (patch) | |
tree | 57fa6f801cef975d35986dda843bc3eec99c5394 | |
parent | 78672b9227fbb9e08278abc43eaaac0c6548b606 (diff) | |
parent | 1661421a65ba73d28bff8fe33a5fdea16fb227c4 (diff) | |
download | gitea-03c6a395aa0d32c99e8264d18a3b5228656478df.tar.gz gitea-03c6a395aa0d32c99e8264d18a3b5228656478df.zip |
Merge pull request #365 from choas/patch-1
update dockerfiles README.md
-rw-r--r-- | dockerfiles/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dockerfiles/README.md b/dockerfiles/README.md index fc27bdf4f8..11d28d0fcb 100644 --- a/dockerfiles/README.md +++ b/dockerfiles/README.md @@ -17,7 +17,7 @@ cd dockerfiles ./build.sh ``` -The build might take some time, just be paient. After it finishes, you will receive the message: +The build might take some time, just be patient. After it finishes, you will receive the message: ``` Now we have the MySQL image(running) and gogs image, use the follow command to start gogs service( the content might be different, according to your own configs): |