diff --git a/Dockerfile b/Dockerfile index a317d68..0a7f157 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ FROM php:apache -COPY src/ /var/www/html/ +COPY . /var/www/html diff --git a/src/index.php b/index.php similarity index 100% rename from src/index.php rename to index.php