diff --git a/Dockerfile b/Dockerfile index 56ed6f6..9915a80 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ FROM php:8.2-apache -COPY . /var/www/html +COPY src/ /var/www/html diff --git a/index.php b/src/index.php similarity index 100% rename from index.php rename to src/index.php