├── .gitignore ├── Dockerfile ├── README.md └── htdocs ├── hello-world.html ├── index.html └── logs └── .gitignore /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaem3l/php1-docker-image/HEAD/.gitignore -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaem3l/php1-docker-image/HEAD/Dockerfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaem3l/php1-docker-image/HEAD/README.md -------------------------------------------------------------------------------- /htdocs/hello-world.html: -------------------------------------------------------------------------------- 1 |