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'
|
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
|
## License
|
||||||
|
|
||||||
DataTransferTest use Licença MIT. For more details read the [User License](./LICENSE.txt)
|
DataTransferTest use Licença MIT. For more details read the [User License](./LICENSE.txt)
|
||||||
|
Loading…
Reference in New Issue
Block a user