This commit is contained in:
Ankit Chaudhary 2022-12-21 11:06:39 +05:30 коммит произвёл GitHub
Родитель 1cbcc049ee
Коммит 785071f2ed
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -227,7 +227,7 @@ The `docker-compose.yml` file describes the 3 services that the project needs to
#### Useful commands using Django with Docker
To open a terminal session inside the docker container (`docker container ls` to see active docker container ids):
`docker exec it {docker-container-id} bash`
`docker exec -it {docker-container-id} bash`
Activate the python environment:
`source dockerpythonvenv/bin/activate`