Skip to content

Commit c4e03f4

Browse files
committed
Fix dir permissions
1 parent 5f977fe commit c4e03f4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

php.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ COPY --from=composer_stage /var/www/html/bootstrap/cache /var/www/html/bootstrap
4646
COPY . /var/www/html/
4747

4848
RUN chown -R www-data:www-data /var/www/html/storage
49+
RUN chown -R www-data:www-data /var/www/html/bootstrap/cache
4950

5051

5152
ENV APP_ENV=production

0 commit comments

Comments
 (0)