priteshsuvagiya / flask-docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flask Project with Docker Setup

This project contains sample flask project with docker setup and some examples.

Setup the project

  1. Clone the project from the git repository. And move into the project directory.
    git clone https://github.com/priteshsuvagiya/flask-docker.git
    cd flask-docker/
  1. Build the docker image. It hosts at http://127.0.0.1:5000.
    docker-compose up -d --build

About


Languages

Language:Python 87.3%Language:Dockerfile 9.0%Language:Shell 3.7%