fix bootstrap permission denied error

This commit is contained in:
Jack Goh
2018-08-07 18:25:22 +08:00
parent 12e48b133d
commit 4f27fb8258
+1
View File
@@ -15,6 +15,7 @@ WORKDIR /app
ADD . /app
RUN chown -R www-data:www-data /app
RUN chmod 755 /app/storage
RUN chmod 777 -R /app/bootstrap/cache
RUN composer install
RUN php artisan clear-compiled