-
Run and build the Docker Compose file using the docker-compose up command:
docker-compose up --build -
Run the Docker Compose file using the docker-compose up command:
docker-compose up -
Run the "docker ps" command to see the running container:
docker-compose ps -
Run the "docker stop" command to stop the running container:
docker-compose stop -
Run the "createsuperuser" command to create new admin user:
docker-compose run web python djangoapp/manage.py createsuperuser
Baraff24/purceddhroxy
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|