From ae0f944cd0a53a3fc2ea28af2a38425830fcb9f9 Mon Sep 17 00:00:00 2001 From: felixboehm Date: Tue, 6 Oct 2020 13:15:34 +0200 Subject: [PATCH] fix docker build instruction --- docs/ocis/development/building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ocis/development/building.md b/docs/ocis/development/building.md index 84031a99a..7177f101f 100644 --- a/docs/ocis/development/building.md +++ b/docs/ocis/development/building.md @@ -36,7 +36,7 @@ Finally, you should have the binary within the `bin/` folder now, give it a try If you are developing on a local branch based on docker / docker-compose setup, here is how to build a new ocis image. In the root folder: {{< highlight txt >}} -docker build -t owncloud/ocis:local . +docker build -t owncloud/ocis:dev . {{< / highlight >}} Then you can test as usual via