Skip to content

Commit 00e1cc0

Browse files
committed
chore: remove chmod for app/storage in Dockerfile.dev
1 parent 6743dc2 commit 00e1cc0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Dockerfile.dev

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ COPY --chown=devuser:devgroup . /app
1818

1919
RUN composer install --optimize-autoloader --no-interaction
2020

21-
RUN chmod -R 755 /app/storage \
22-
&& chmod -R 755 /app/bootstrap/cache
23-
2421
USER devuser
2522

2623
EXPOSE 80

0 commit comments

Comments
 (0)