mirror of
https://github.com/jaypyles/Scraperr.git
synced 2026-08-14 08:46:29 +00:00
7 lines
73 B
Makefile
7 lines
73 B
Makefile
.PHONY: build up
|
|
|
|
build:
|
|
docker-compose build
|
|
up:
|
|
docker-compose up -d
|