Added how to execute with docker compose
This commit is contained in:
parent
f7cc2b29e3
commit
434391a016
10
README.md
10
README.md
@ -39,6 +39,16 @@ 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
|
||||
|
||||
DataTransferTest use Licença MIT. For more details read the [User License](./LICENSE.txt)
|
||||
|
Loading…
Reference in New Issue
Block a user