diff --git a/README.md b/README.md index 1cee097..9932565 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ git clone git@github.com:brunoamaral/rodas-furtadas.git && cd rodas-furtadas cp example.env read -p "Please edit the .env file and press any key ..." sudo docker-compose up -d --build +sudo docker exec -it django ./manage.py migrate open http://localhost:8000/ open http://localhost:8000/admin ``` \ No newline at end of file