feedback
This commit is contained in:
parent
1f947eae7a
commit
7e4d92fc92
1 changed files with 1 additions and 2 deletions
3
Makefile
3
Makefile
|
|
@ -43,7 +43,7 @@ up:
|
|||
$(DCO_BIN) up -d
|
||||
sleep 3
|
||||
|
||||
# Stop the Docker containers
|
||||
# Delete the Docker containers
|
||||
.PHONY: down
|
||||
down:
|
||||
$(DCO_BIN) down
|
||||
|
|
@ -52,7 +52,6 @@ down:
|
|||
.PHONY: reset
|
||||
reset:
|
||||
$(DCO_BIN) down
|
||||
make ent-gen
|
||||
make up
|
||||
|
||||
# Run the application
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue