Skip to content

Latest commit

 

History

History
executable file
·
23 lines (18 loc) · 401 Bytes

README.md

File metadata and controls

executable file
·
23 lines (18 loc) · 401 Bytes

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"