5 lines
46 B
Makefile
5 lines
46 B
Makefile
|
.PHONY: up
|
||
|
|
||
|
up:
|
||
|
docker-compose up --build -d
|