Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 817 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 817 Bytes

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