Skip to content

Commit

Permalink
Set the correct permissions to the storage directory
Browse files Browse the repository at this point in the history
  • Loading branch information
alextselegidis committed Jul 26, 2023
1 parent 0fdb1ff commit 1fbb407
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/php-fpm/start-container
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/bash

echo "➜ Set correct permissions"
chmod -R 777 storage

echo "➜ Install Composer Dependencies"
composer install

Expand Down

0 comments on commit 1fbb407

Please sign in to comment.