Skip to content

LluisGuiVi/simple-flask-web

 
 

Repository files navigation

Simple flask app

This is a simple flask app

  1. create an .env file or define TAG with your desired tag.

  2. Use docker-compose up to test. That will create an image named simpleweb:{$TAG}

  3. Use docker run -p 5000:5000 simpleweb:${TAG} to run the app on port 5000

About

A very simple repo containing a web using python and flask

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 50.7%
  • Python 26.8%
  • Dockerfile 22.5%