Skip to content

23241a6749/flask-docker-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ Dockerized Flask App

A simple Flask application containerized with Docker β€” built for the HackWeek DevOps Challenge: Dockerizeee.

πŸ“¦ Run Instructions

  • Open a terminal in the project folder.
  • Build the Docker image:
    docker build -t flask-docker-app .
    

Run the container: docker run -d -p 5000:5000 flask-docker-app Open in browser: http://localhost:5000 You should see: Hello from Flask inside Docker!

πŸ—‚οΈ Files

  • app.py – Flask application
  • requirements.txt – Python dependencies
  • Dockerfile – Docker instructions
  • README.md – Project documentation

βœ… Challenge Requirements

  • βœ… Dockerfile created
  • βœ… Container runs Flask app on port 5000
  • βœ… GitHub repo with working instructions
  • βœ… Screenshot of app in browser + output of docker ps

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors