Closed pataquets closed 1 month ago
@pataquets those are great improvements!
Thank you for contribution!
@pataquets thanks for your contribution. this PR is eligible for free Cloudinary Hackatoberfest swag. Please send me an email at hacktoberfest@cloudinary.com with your name, GitHub username, and a link to the PR where I'll send further instructions.
Happy Hacktoberfest!
ENTRYPOINT
, so now it's justdocker run -it cloudinary [command]
.PYHTON_VERSION
build ARG to use a specific Python base image version to build from.Brief Summary of Changes
What does this PR address?
Are tests included?
Reviewer, please note:
Follow-up of #96. Notice that current
Dockerfile
is not a source build, but a download-from-pypi-and-install build, and it is not pinned to any version. It'll suffice for a "Just Build :tm:" from repo one liner to hit the road ASAP:But it won't work for local development workflow.
Checklist: