https://github.com/hemicharly/docker-python-example
https://github.com/hemicharly/docker-python-example
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hemicharly/docker-python-example
- Owner: hemicharly
- Created: 2020-02-03T13:22:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T21:19:32.000Z (over 2 years ago)
- Last Synced: 2025-02-23T14:43:22.110Z (8 months ago)
- Language: Python
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## DOCKER-PYTHON-EXAMPLE
#### 1. Check installation requirements
* If the `docker` is installed
* If the `docker-compose` is installed#### 2. Start project
* Execute the command: `docker-compose up --build`
* Access application your browser: `http://localhost:8000`