Many projects include a Dockerfile which allows other folks to quickly run the project in a controlled environment.
Provide one for this project.
Tasks:
- select base OS.
- discover system packages which are required for this package to run.
- define setup process.
- provide working examples (copy-n-paste-ready) of this package in action.
- if API keys or authentication tokens, etc are required, then provide detailed instructions on how to acquire them, and where they should be applied for a successful run of this software.
Many projects include a Dockerfile which allows other folks to quickly run the project in a controlled environment.
Provide one for this project.
Tasks: