CodelyTV / php-ddd-example

🐘🎯 Hexagonal Architecture + DDD + CQRS in PHP using Symfony 6

Home Page:https://pro.codely.tv/library/ddd-en-php

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incongruencias entre readme y makefile

jperdior opened this issue · comments

Se indica ejecutar make build, pero no hay make build en el Makefile.

Al hacer make start en macOS al menos da error:

make clean-cache
ttrpc: closed: unknown
make[1]: *** [clean-cache] Error 126
make: *** [start] Error 2

Y el container codely-php_ddd_skeleton-mooc_backend-php se queda en un bucle de restarts.

También se menciona make deps pero no está en el Makefile