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