Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/container.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a16a175..bb47803 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
all: build
build:
- @docker build --tag=sameersbn/owncloud .
+ @docker build --tag=sameersbn/nextcloud .
release: build
- @docker build --tag=sameersbn/owncloud:$(shell cat VERSION) .
+ @docker build --tag=sameersbn/nextcloud:$(shell cat VERSION) .