commit fa863fc991ac88b587da9e00c7ffadf2a7bb4f56 Author: root 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 @@ +