From 90e95f036bf2b0844312eadbeef696498e630a3a Mon Sep 17 00:00:00 2001 From: Adam Glenn Date: Tue, 2 Jan 2018 11:15:09 -0800 Subject: [PATCH] adding readme update --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 23e5b17..528c858 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,8 @@ To start running the service use the following commands: ### Using the docker container ``` docker build -t get_together . -docker run -p 8000:8000 get_together +docker run -d --name get_together -p 8000:8000 get_together +docker exec -it get_together python3 manage.py createsuperuser ``` You can then connect to the container by going to localhost:8000