This is a simple Flask web application that serves a static webpage with an SVG image. The app can be run either directly using Python or by building a Docker image.
- Python 3.8.10
- Docker (optional, if running via Docker)
- Clone the repository (if not already done):
pip install -r requirements.txt python3 app.py
- Build the Docker image:
docker build -t flask-app . - Run the Docker container:
docker run -p 8000:8000 flask-app
Open your browser and navigate to http://127.0.0.1:8000/
BLOB