Um simples blog feito com Adonis 5. Forked from iagobruno/adonis5-blog.
> git clone https://github.com/iagobruno/brincando-com-docker.git
> cd brincando-com-docker
> copy .env.example .env # And edit the values
> docker-compose up -d --build
Open http://localhost:3333/ in the browser.
Run the following command to populate the database with fake data.
Run
docker ps -a
to get the <container_id>.
> docker exec -it <container_id> node ace db:seed