Skip to content

mingteoh/docker-php-hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-php-hello-world

This is a very simple project to test CI/CD pipepine with docker.

To Run

docker build -t docker-php-hello-world .
docker run -p 80:80 docker-php-hello-world

curl http://127.0.0.1/svc/index.php

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published