This is the builder for whole reflectcal app.
To build:
./build.sh
.- Go to the VPS or place where you want to deploy app.
- Go to dir where you have
docker-compose.yml
. - Do
sudo docker-compose pull
there and you'll have ready app. - Launch it with
sudo docker-compose up
.