From ce283a8b0e945aafff1c423aacb0db656d9ec442 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Thu, 4 Apr 2024 19:27:14 +0200 Subject: [PATCH] add autoupdate to stuff --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b016f22..856c29c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,4 +2,6 @@ FROM php:8.2-fpm USER www-data -COPY cloudlog/ /var/www/html/ +COPY cloudlog/ /var/www/cloudlog + +CMD ["cp", "/var/www/cloudlog", "/var/www/html", ";", "php-fpm"] \ No newline at end of file