yii-starter-kit / yii2-starter-kit

Yii2 Starter Kit
http://yii2-starter-kit.terentev.net
Other
1.42k stars 648 forks source link

Access denied for user ysk_dbu when docker build #665

Closed Tpona closed 5 years ago

Tpona commented 5 years ago

Hi there! When i build docker image i get this error:

2019-01-29 9 07 37

What i doing wrong?

XzAeRo commented 5 years ago

You're not doing nothing wrong. You're probably running composer docker:build or composer run-script docker:build right?

There's a missing wait command in the composer script, which should prevent running the app/setup command before the database container has been fully started by docker.

XzAeRo commented 5 years ago

Fix added under develop branch