diff --git a/Docker/Dockerfile b/Docker/Dockerfile deleted file mode 100644 index 850ed53..0000000 --- a/Docker/Dockerfile +++ /dev/null @@ -1,7 +0,0 @@ -FROM php:8.1-apache - -COPY Web /var/www/html/ - -WORKDIR /var/www/html - -EXPOSE 80 \ No newline at end of file