To setup a system, root
access is often required. So, if using sudo
:
sudo make setup
And if not:
make setup
make run
make container-build container-run
or using bash magic
make container-{build,run}
make container-run
will live load the relevant application code from your git repo into the container, via a volume,
allowing for live reloads.