Added command to update cron
This commit is contained in:
parent
1c8080b418
commit
0143cf256e
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user