Skip to content

ServiceToMankind/stmorg.in

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stm

Official website of https://stmorg.in

Steps to Build and Run

Clone your repository (if not already cloned)

git clone https://github.com/ServiceToMankind/stmorg.in.git
cd stmorg.in

Build the Docker image

docker build -t my-php-app .

Run the container

docker run -d -p 8080:80 my-php-app

Access your website

echo "Open http://localhost:8080 in your browser"