/Simple-Docker-App

Simple app which is containerized by Docker

Primary LanguagePython

Simple-Docker-App

Simple app which is containerized by Docker

How to Run

Git clone the repo

Run the following commands

docker build -t animal .

docker run -it -p 5000:5000 animal

Navigate to localhost:5000 on web browser to see the running app