Sample for apache-php7 (#42)
* add apache-php7.2 sample Signed-off-by: kouul <maulloohans@gmail.com>
This commit is contained in:
parent
58589727ff
commit
40c3caa1c8
5 changed files with 70 additions and 0 deletions
1
apache-php/app/Dockerfile
Normal file
1
apache-php/app/Dockerfile
Normal file
|
|
@ -0,0 +1 @@
|
|||
FROM php:7.2-apache
|
||||
3
apache-php/app/index.php
Normal file
3
apache-php/app/index.php
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<?php
|
||||
echo '<h1>Hello World!</h1>';
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue