Removed cron service

This commit is contained in:
Luiz F Picolo 2022-06-15 22:37:22 -04:00
parent 1a44006389
commit b7a32307f5
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,9 @@
version: "3.8"
services:
app:
build: .
build:
context: .
dockerfile: Dockerfile
command: bundle exec ruby app.rb -o 0.0.0.0 -p 4567
ports:
- "4567:4567"