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

Makefile - github.com/nextcloud/container.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bb4780375d28e3f988f92504cfc673e2ad7a2633 (plain)
1
2
3
4
5
6
7
all: build

build:
	@docker build --tag=sameersbn/nextcloud .

release: build
	@docker build --tag=sameersbn/nextcloud:$(shell cat VERSION) .