ecotoneframework / php-ddd-cqrs-event-sourcing-symfony-laravel-ecotone

Ecotone - ES DDD CQRS PHP Symfony Laravel example
98 stars 22 forks source link

installation error: /data/app/bin/console: no such file #3

Closed tacman closed 11 months ago

tacman commented 11 months ago

Looks like an interesting framework, thanks for sharing it!

something's amiss in the docker config

git clone git@github.com:ecotoneframework/php-ddd-cqrs-event-sourcing-symfony-laravel-ecotone.git ecotone
cd econtone
docker compose up -d

WARN[0000] The "PWD" variable is not set. Defaulting to a blank string. 

Error response from daemon: failed to create task for container: 
failed to create shim task: OCI runtime create failed: 
runc create failed: unable to start container process: exec: "/data/app/bin/console": 
stat /data/app/bin/console: no such file or directory: unknown

Probably related to the warning. How is PWD set? FWIW, I'm running Ubuntu 22.04, the standard terminal program.

dgafka commented 11 months ago

Hey,

You may pull the changes and try again :)