Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 253 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 253 Bytes

dockerintegratedPhp

Nothing is here its just an experiment thatz it

How to run this

Build it using simple docker
docker build -t hello-world .
docker run -p 8080:8080 hello-world

Go to the host machine you will see a hello world message :)