/simple-flask-applications

simple flask application used in a devops course for student

Primary LanguageDockerfile

My Awesome Project

License GitHub stars

Welcome to my awesome project! This project does amazing things and you're going to love it.

Features

  • simple rest api
  • Feature 2
  • Feature 3

Installation

To install and run this project, follow these steps:

  1. Build the Docker container:
docker build -t my-awesome-project .
  1. run the Docker container:
docker run -d -p 80:80 my-awesome-project