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.
Looks like an interesting framework, thanks for sharing it!
something's amiss in the docker config
Probably related to the warning. How is PWD set? FWIW, I'm running Ubuntu 22.04, the standard terminal program.