8 lines
64 B
Makefile
8 lines
64 B
Makefile
|
|
all:
|
|
|
|
build:
|
|
docker-compose build
|
|
|
|
run:
|
|
docker-compose up -d
|