Skip to content

Commit

Permalink
modify: entrypoint.sh script to give executable permission to run-doc…
Browse files Browse the repository at this point in the history
…ker.sh

resolves #25
  • Loading branch information
Mohammad Mahdi Baghbani Pourvahid committed Dec 19, 2022
1 parent 4df31fa commit bd96984
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cyb-app/docker/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ else
chgrp --recursive www-data /var/www/html/storage /var/www/html/bootstrap/cache
chmod --recursive ug+rwx /var/www/html/storage /var/www/html/bootstrap/cache

# set run-docker script permission
chmod +x /var/www/html/run-docker.sh

# optimize app sources.
/usr/bin/php -d variables_order=EGPCS /var/www/html/artisan optimize

Expand Down

0 comments on commit bd96984

Please sign in to comment.