Skip to content

Commit

Permalink
set php container file ownership on restart
Browse files Browse the repository at this point in the history
  • Loading branch information
aliuosio committed May 24, 2024
1 parent f8af6c9 commit 8e3e343
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/start
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ dockerRefresh
docker compose exec -u root php bin/magento cron:install
endAll=$(date +%s)
message "Setup Time: $((endAll - startAll)) Sec"
showSuccess "$SHOPURI" "$DUMP"
showSuccess "$SHOPURI" "$DUMP"
setPermissionsContainer

0 comments on commit 8e3e343

Please sign in to comment.