From aa2f9e0959331380ef8faf3f512a0ef1a0bb911c Mon Sep 17 00:00:00 2001 From: Abiola Ibrahim Date: Mon, 9 Oct 2017 09:49:44 +0100 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7dd0d2f..f9c5c85 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ Point your browser to `http://127.0.0.1:2015`. You can build a docker image with custom plugins by specifying `plugins` build arg as shown in the example below. ``` -docker build -build-arg \ +docker build --build-arg \ plugins=filemanager,git,linode \ github.com/abiosoft/caddy-git.git ```