From 4b58c122119f4094bd8c544bb18d31e0b8c98dae Mon Sep 17 00:00:00 2001 From: RemRem Date: Fri, 10 Nov 2023 09:36:09 +0100 Subject: [PATCH] upd --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e1fc567..5657bfe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,5 +8,5 @@ RUN composer update && composer install RUN a2enmod rewrite RUN a2enmod actions RUN service apache2 restart -RUN mkdir -p /home/hel/smartfit_hdd -RUN chmod 755 /home/hel/smartfit_hdd \ No newline at end of file +RUN mkdir /home/hel/smartfit_hdd +RUN chmod -R 755 /home/hel/smartfit_hdd \ No newline at end of file