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