mirror of
https://github.com/jaypyles/Scraperr.git
synced 2026-05-04 08:20:40 +00:00
11 lines
101 B
Makefile
11 lines
101 B
Makefile
.PHONY: build up deps
|
|
|
|
deps:
|
|
npm run build
|
|
|
|
build:
|
|
docker-compose build
|
|
|
|
up:
|
|
docker-compose up -d
|