Added Docker-composer

This commit is contained in:
Luiz F Picolo 2021-10-07 20:37:04 -04:00
parent e015758bef
commit 839cde3de7
1 changed files with 10 additions and 0 deletions

10
docker-compose.yml Normal file
View File

@ -0,0 +1,10 @@
version: "3.8"
services:
app:
build: .
command: bundle exec ruby app.rb -o 0.0.0.0 -p 4567
ports:
- "4567:4567"
volumes:
- .:/code