https://github.com/tareqmonwer/dj-docker-mastery
https://github.com/tareqmonwer/dj-docker-mastery
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tareqmonwer/dj-docker-mastery
- Owner: TareqMonwer
- Created: 2022-03-12T05:32:43.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-12T07:51:44.000Z (about 3 years ago)
- Last Synced: 2025-01-26T13:44:19.082Z (4 months ago)
- Language: Python
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Run the project with docker:
1. `docker-compose build .`
2. `docker-compose up`
3. inspect inside container: `docker exec -it django_app_container /bin/bash`