Added update cron

This commit is contained in:
Luiz F Picolo 2022-06-15 23:52:40 -04:00
parent 11dfe4c421
commit f92c8b0039
1 changed files with 4 additions and 1 deletions

5
run.sh
View File

@ -7,4 +7,7 @@ echo '--- run bundle install'
bundle install
echo '--- create docker image and up it'
sudo docker-compose up -d --build
docker-compose up -d --build
echo '--- update cronjob'
docker-compose run app whenever -w