diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..0a10632 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,3 @@ +FROM git.send.nrw/sendnrw/docker_php_84:latest +COPY public /usr/share/nginx/html +COPY config.php.example /usr/share/nginx/html/config.php \ No newline at end of file