Skip to content

gapurinov/devops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Moscow time

This is a simple app which shows current time at Moscow.

Installation

Clone this repository Go to the app_python file Install Poetry package manager

cd app_python
pip install poetry
poetry install

Run

We will run our application using Poetry package manager

poetry run python main.py

Docker

Also we have an opportunity to run this app using docker. Firstly, we need to download our docker image from dockerhub

sudo docker pull gapurinov/simple-app

Then we need to run this docker image with command:

sudo docker run -p 5000:5000 gapurinov/simple-app

Finally you can open 'http://127.0.0.1:5000/' on your browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published