commit 172945b3c97e50ee26e15dce780f815e1a7bf9d5 Author: Julien Cabillot Date: Thu Oct 19 12:55:44 2017 +0200 import diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..a317d68 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,3 @@ +FROM php:apache + +COPY src/ /var/www/html/ diff --git a/src/index.php b/src/index.php new file mode 100644 index 0000000..7687e2c --- /dev/null +++ b/src/index.php @@ -0,0 +1,3 @@ +