diff --git a/Dockerfile b/Dockerfile index 42324a5..e1fc567 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 /home/hel/smartfit_hdd +RUN mkdir -p /home/hel/smartfit_hdd RUN chmod 755 /home/hel/smartfit_hdd \ No newline at end of file