Skip to content

Commit

Permalink
add ownership of storage directory to sail user
Browse files Browse the repository at this point in the history
  • Loading branch information
MuchQuak committed Dec 20, 2024
1 parent 7a16eb6 commit f9e8079
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/8.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ RUN chmod +x /usr/local/bin/start-container

COPY ./ .

RUN chown -R $WWWGROUP:root storage/

RUN composer install --ignore-platform-reqs --no-scripts

RUN npm install && npm run build
Expand Down

0 comments on commit f9e8079

Please sign in to comment.