Sample for apache-php7 (#42)

* add apache-php7.2 sample

Signed-off-by: kouul <maulloohans@gmail.com>
This commit is contained in:
Hans(Akhil) Maulloo 2020-04-06 20:31:23 +04:00 committed by GitHub
parent 58589727ff
commit 40c3caa1c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 70 additions and 0 deletions

View file

@ -0,0 +1 @@
FROM php:7.2-apache

3
apache-php/app/index.php Normal file
View file

@ -0,0 +1,3 @@
<?php
echo '<h1>Hello World!</h1>';
?>