Updated services params

This commit is contained in:
Luiz F Picolo 2022-06-15 22:44:07 -04:00
parent 540ae6558d
commit 5c0b444e9c
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,9 @@ services:
build:
context: .
dockerfile: Dockerfile
restart: always
tty: true
container_name: app
command: bundle exec ruby app.rb -o 0.0.0.0 -p 4567
ports:
- "4567:4567"