Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 811 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 811 Bytes

DevOps Engineering, Fall 2021

Lint, test, build, and push

This repository holds our homework for DevOps Engineering course, Fall 2021.

Simple Python web application

Here we present a simple Python web application that displays the current time in Moscow. The application was written in Flask and hosted on a WSGI server using Gunicorn. See our followed best practices for Python and Docker.

Docker

Our application is available through a Docker container at khaledismaeel/app_python. To run the image execute

$ docker run --publish 8000:8000 khaledismaeel/app_python