docker compose up --build --detachHandled using Github Actions (more info: /.github/workflows/update.yml)
After push on main, automatically connect to Raspberry Pi via SSH and execute following script:
cd /home/pi/backend
git pull
docker-compose build
docker-compose up --detachPlease USE yarn, instead of npm
Start with hot-reload:
yarn dev