Skip to content

stevenplatt/telecomsteve-flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telecomsteve Website


CI/CD Build Status:


Repository for the Python Flask app powering https://www.telecomsteve.com/

Site template based on ResearchEng template



Run this site locally using Docker

Note that Docker must already be installed to your local machine. (Docker install instructions).

  1. docker pull telecomsteve/telecomsteve-flask:main
  2. docker run --name telecomsteve -d -p 8080:80 telecomsteve/telecomsteve-flask:main

The website is now reachable at http://localhost:8080 in your browser.



telecomsteve preview