diff --git a/Dockerfile b/Dockerfile index 3da5c86..1417870 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -FROM php:8.0 +FROM php:8.0-apache2 EXPOSE 80 -COPY . /usr/src/myapp +COPY . /var/www/html WORKDIR /var/www/html CMD [ "apache2-foreground" ]