From 32eb679d9a5716dbe62b54b5626536eb5d8ed0bb Mon Sep 17 00:00:00 2001 From: groot Date: Wed, 1 Jan 2025 22:48:57 +0000 Subject: [PATCH] Dockerfile aktualisiert --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0a10632..0d0fb4d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +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 +COPY config.php.example /usr/share/nginx/config.php \ No newline at end of file