Skip to content

Commit 906c875

Browse files
committed
update makefile
1 parent 0be66cd commit 906c875

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ NAME ?= rest-control
44
CONSOLE := docker-compose -p $(NAME) -f ./Docker/docker.yml
55

66
start:
7-
- docker network create rest-control
87
@-$(CONSOLE) up -d
98
stop:
109
@-$(CONSOLE) stop

0 commit comments

Comments
 (0)