Dockerfile for Python
Here's how to get started...
- ensure you have a baseline configuration
git clone https://github.com/UnionPOS/docker-pythonto pull down the repositorymake initto initialize thebuild-harness
make buildmake runmake itFor additional context, refer to some of these links.
- Docker - Docker Documentation
Please use the issue tracker to report any bugs or file feature requests.
PRs are welcome. We follow the typical "git-flow" Git workflow.
- Clone the project to your own machine
- Commit changes to your own branch
- Push your work back up to your fork
- Submit a Pull Request so that we can review your changes
NOTE: Be sure to merge the latest upstream changes before making a pull request!