From f92c8b003969fea22a780368735063ab866a0110 Mon Sep 17 00:00:00 2001 From: "Luiz F. Picolo" Date: Wed, 15 Jun 2022 23:52:40 -0400 Subject: [PATCH] Added update cron --- run.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/run.sh b/run.sh index 2256a0b..fda38a4 100644 --- a/run.sh +++ b/run.sh @@ -7,4 +7,7 @@ echo '--- run bundle install' bundle install echo '--- create docker image and up it' -sudo docker-compose up -d --build \ No newline at end of file +docker-compose up -d --build + +echo '--- update cronjob' +docker-compose run app whenever -w \ No newline at end of file