Skip to content

mandeep0295/gha-python-image-app

 
 

Repository files navigation

Simple Python Flask Multi-Page Dockerized Image Application

Build the image using the following command

$ docker build -t image-app:latest .

Run the Docker container using the command shown below.

$ docker run -d -p 5000:5000 image-app

The application will be accessible at http:127.0.0.1:5000 or if you are using boot2docker then first find ip address using $ boot2docker ip and the use the ip http://<host_ip>:5000

Application should be running on Port 5000

About

python app for build pipelines

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 75.0%
  • Python 18.8%
  • CSS 3.5%
  • Dockerfile 2.7%