Skip to content

ornush/docker-flask-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerized Flask App

A simple Python Flask web application containerized with Docker.

Technologies

  • Python
  • Flask
  • Docker

Project Structure

  • dev.py - main Flask application
  • requirements.txt - project dependencies
  • Dockerfile - Docker image configuration
  • docker-compose.yml - service configuration using Docker Compose
  • .dockerignore - excludes unnecessary files from the Docker build

How to Run

docker build -t mydevapp .
docker run -p 5000:5000 mydevapp


Then open:
http://localhost:5000

Purpose

This project was built to practice containerizing a Python application using Docker.





About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors