-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ce0ed37
commit 3bf87a1
Showing
1 changed file
with
1 addition
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ git clone [email protected]: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 | ||
``` |