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

ERROR DOCKERFILE WINDOWS - In line 22 RUN sh /root/install-amqp.sh (can't cd to php-amqp)

trio1234 opened this issue · comments

When run on Windows docker-compose up
have this error No such file or directory: can't cd to php-amqp

This can fix remove both of a BOM and tailing CRs

sed -i '1s/^.*#//;s/\r$//' etc/infrastructure/php/extensions/xdebug.sh
sed -i '1s/^.*#//;s/\r$//' etc/infrastructure/php/extensions/amqp.sh

Thanks!