Skip to content

Commit

Permalink
Updated entrypoint script
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioassuncao committed Jan 15, 2024
1 parent f242fc7 commit 185f56e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .docker/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ run_setup_tasks() {

# Check if vendor directory exists
while [ ! -d "/var/www/html/vendor" ]; do
echo "WARNING: Directory /var/www/html/vendor does not yet exist."
sleep 120s
echo "WARNING: The directory /var/www/html/vendor does not exist yet. Please run the \"composer install\" command to ensure that all necessary dependencies are properly installed."
echo "Retrying in 180 seconds..."
sleep 180s
done

# Run setup tasks if in automatic mode
Expand Down

0 comments on commit 185f56e

Please sign in to comment.