Moved pager to the controller package. Added additional documentation.
This commit is contained in:
parent
1fb4d83e0d
commit
d28f02f8d6
5 changed files with 117 additions and 40 deletions
5
Makefile
5
Makefile
|
|
@ -23,6 +23,11 @@ up:
|
|||
docker-compose up -d
|
||||
sleep 3
|
||||
|
||||
.PHONY: reset
|
||||
reset:
|
||||
docker-compose down
|
||||
make up
|
||||
|
||||
.PHONY: run
|
||||
run:
|
||||
clear
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue