Updated run.sh
This commit is contained in:
parent
c9184a687a
commit
483e38caab
@ -10,16 +10,5 @@ services:
|
||||
command: bundle exec ruby app.rb -o 0.0.0.0 -p 4567
|
||||
ports:
|
||||
- "4567:4567"
|
||||
volumes:
|
||||
- .:/code
|
||||
|
||||
cron:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
restart: unless-stopped
|
||||
tty: true
|
||||
container_name: cron
|
||||
command: whenever -i
|
||||
volumes:
|
||||
- .:/code
|
Loading…
Reference in New Issue
Block a user