adding readme update
This commit is contained in:
parent
3260e7734f
commit
90e95f036b
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue