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 container_name: app
command: > command: >
bash -c "yarn --cwd public/ && bash -c "yarn --cwd public/ &&
whenever -w && whenever -w &&
/etc/init.d/cron restart && /etc/init.d/cron restart &&
bundle exec ruby app.rb -o 0.0.0.0 -p 4567" bundle exec ruby app.rb -o 0.0.0.0 -p 4567"
ports: ports:
- "4567:4567" - "4567:4567"
volumes: volumes: