Page MenuHomeSealhub

Makefile
No OneTemporary

Makefile

.PHONY: db app app-nginx start test watch build install
db:
docker-compose up -d db
app: db
docker-compose up app
app-nginx: db
docker-compose up app webserver
start: db build app-nginx
test: db
./npm.sh run test
watch:
./npm.sh run watch
build:
./npm.sh run build
install:
./npm.sh install

File Metadata

Mime Type
text/plain
Expires
Tue, Dec 24, 01:18 (1 d, 2 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
556996
Default Alt Text
Makefile (308 B)

Event Timeline