Skip to content

Commit

Permalink
Add dockerize back in. Race issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Hoover committed Jun 14, 2020
1 parent 029806a commit 3f8ab07
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# Ensure Apache is running
service apache2 start

# Ensure mysql is loaded
dockerize -wait tcp://$WORDPRESS_DB_HOST:3306 -timeout 1m

export PATH=~/.composer/vendor/bin:$PATH

if [ -d codeception.yml ]; then
Expand Down

0 comments on commit 3f8ab07

Please sign in to comment.