vickyvg11 / python-flask-docker-app

python-flask-docker-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Python Flask Dockerized Application#

Build the image using the following command

$ docker build -t simple-flask-app:latest .

Run the Docker container using the command shown below.

$ docker run -d -p 5000:5000 simple-flask-app

The application will be accessible at http:127.0.0.1:5000

About

python-flask-docker-app


Languages

Language:Python 59.9%Language:Dockerfile 40.1%