Added how to execute with docker compose

This commit is contained in:
Luiz F Picolo 2023-09-12 21:46:49 -04:00
parent f7cc2b29e3
commit 434391a016
1 changed files with 10 additions and 0 deletions

View File

@ -38,6 +38,16 @@ Execute webserver
or
rerun 'ruby app.rb'
## Docker
docker compose up -d
docker compose run app rake db:create && rake db:migrate
docker compose run app whenever -w
## Live Server
https://dtt.luizpicolo.com.br
## License