Technical Challenge based on Pythons and Holidays
This web application returns "Hello !" when you go to http://application.whatever/hello/yourname.
This web application uses bottlepy as a framework.
TO DO: Test the instructions, but I'm sure all of them should work ...
To run the Docker container in local:
make production-container-run
To generate the local docker image to upload:
make production-container-build
To upload the image to dockerhub:
make production-container-push
The only parameter to configure is the Python version to use. in the file .env
.