develop #11
1 changed files with 8 additions and 0 deletions
8
Makefile
Normal file
8
Makefile
Normal file
|
@ -0,0 +1,8 @@
|
|||
|
||||
all:
|
||||
|
||||
build:
|
||||
docker-compose build
|
||||
|
||||
run:
|
||||
docker-compose up -d
|
Loading…
Reference in a new issue