This project is build on top of docker
and docker compose
which contains a set of bash scripts
that wraps most used commands around docker
and docker compose
.
-
./ph start
starts thedocker
containers usingdocker compose
. -
./ph rebuild
rebuilds theimage
and starts the project. -
./ph cargo [args]
runs thecargo
commands inside the container.