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