From 96b770d79f8d5061e4f3b6cab377cf2c6a0b8b21 Mon Sep 17 00:00:00 2001 From: Christian Steinle Date: Fri, 3 May 2024 13:58:36 +0200 Subject: [PATCH] Change volume path. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6132763..b899af7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,4 +10,4 @@ RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini" RUN chown -R www-data:www-data /var/www/html -VOLUME /var/www/html \ No newline at end of file +VOLUME /var/www/html/config \ No newline at end of file