Alpine with Python & Flask and web app. Cron support with automatic github repo download and updade.
3.3K
This Docker image creates a lightweight, isolated environment for running your Flask application. It is based on the chainguard based python alpine Linux image for minimum size and includes Python 3, the Flask and Requests libraries, and support for scheduling tasks with cron. Port 5000 is already exposed so you can access the application easily.
**How to use
docker build --network host -t <your-username>/<image-name> .docker run -d -p 5000:5000 <your-username>/<image-name>**Additional details
Keywords:
Alpine, Python, Flask, Web application, Chainguard.
Content type
Image
Digest
sha256:fe790da4d…
Size
87.3 MB
Last updated
2 months ago
docker pull yohrannes/website-portifolio