Skip to content
Makefile 110 B
Newer Older
all: build

conf:
	cp -r ./config/keys ./web

build: conf
	docker-compose build

up: build
	docker-compose up