This is a project for a dockerized application that generates random quotes.
📦 fan_xu_docker
├─ .github
│ └─ workflows
│ └─ build.yml
├─ Dockerfile
├─ Makefile
├─ README.md
├─ app.py
├─ gitignore
├─ requirements.txt
└─ test.py
©generated by Project Tree Generator
- Use the command to clone repo:
git clone https://github.com/nogibjj/fan_xu_docker.git
- Build and run your docker image
docker build -t fx_image .
docker run -p 5000:5000 fx_image
- Access the page here: http://localhost:5000
- Enter your name and hit submit and a quote will be generated for you