We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f977fe commit c4e03f4Copy full SHA for c4e03f4
1 file changed
php.Dockerfile
@@ -46,6 +46,7 @@ COPY --from=composer_stage /var/www/html/bootstrap/cache /var/www/html/bootstrap
46
COPY . /var/www/html/
47
48
RUN chown -R www-data:www-data /var/www/html/storage
49
+RUN chown -R www-data:www-data /var/www/html/bootstrap/cache
50
51
52
ENV APP_ENV=production
0 commit comments