diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 00000000..9a7c8711 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,6 @@ +FROM php:8.2-apache + +COPY website/ /var/www/html/ + +RUN chown -R www-data:www-data /var/www/html \ + && chmod -R 755 /var/www/html