1
0
Fork 0

fix(readme): missing build path

pull/7/head
Nikita Buyevich 2020-04-02 21:42:46 -05:00 committed by GitHub
parent 38c5157832
commit bdfb983d16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -34,5 +34,5 @@ You can also fork and edit plugger.go for more advanced plugin configuration
# Build without telemetry
```
docker build -t caddy --build-arg telemetry=false
docker build . -t caddy --build-arg telemetry=false
```