Added command to update cron

This commit is contained in:
Luiz F Picolo 2022-06-16 08:23:23 -04:00
parent 1c8080b418
commit 0143cf256e
1 changed files with 3 additions and 3 deletions

View File

@ -9,9 +9,9 @@ services:
container_name: app
command: >
bash -c "yarn --cwd public/ &&
whenever -w &&
/etc/init.d/cron restart &&
bundle exec ruby app.rb -o 0.0.0.0 -p 4567"
whenever -w &&
/etc/init.d/cron restart &&
bundle exec ruby app.rb -o 0.0.0.0 -p 4567"
ports:
- "4567:4567"
volumes: