phundament / app

Dockerized Yii2 web application base
http://phundament.com
Other
310 stars 129 forks source link

Error 255: require(/app/src/config/assets-gen/prod.php): failed to open stream #191

Closed philippfrenzel closed 8 years ago

philippfrenzel commented 8 years ago

image

philippfrenzel commented 8 years ago

after make all

schmunk42 commented 8 years ago

Which version are you using? Is the file there on your host an in the container? Could you post a bit more of the output...

philippfrenzel commented 8 years ago

Just pulled today the version:

4.0.0-dev

and then tried to "just make" "make all" -> my other phundament setups work fine, so don't know why this one doesnt like e

schmunk42 commented 8 years ago

This may be related to docker-compose and override files. Which version do you have, can you upgrade to 1.5.2?

Workaround: Set YII_ENV to dev in .env.

philippfrenzel commented 8 years ago

1.4.2 and I try to update - thanks! BREW is working ;)

philippfrenzel commented 8 years ago

ok, can confirm that after update to docker-compose 1.5.2 everything works perfect! Thanks for support!