Removed cron service
This commit is contained in:
parent
1a44006389
commit
b7a32307f5
@ -1,7 +1,9 @@
|
|||||||
version: "3.8"
|
version: "3.8"
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
build: .
|
build:
|
||||||
|
context: .
|
||||||
|
dockerfile: Dockerfile
|
||||||
command: bundle exec ruby app.rb -o 0.0.0.0 -p 4567
|
command: bundle exec ruby app.rb -o 0.0.0.0 -p 4567
|
||||||
ports:
|
ports:
|
||||||
- "4567:4567"
|
- "4567:4567"
|
||||||
|
Loading…
Reference in New Issue
Block a user