Estou iniciando o curso, fiz o clone do projeto através do link https://github.com/alura-cursos/3156-Curso-2-AppSec.git, estou na branch setup-inicial, e quando rodo o comando docker-compose up aparece o seguinte erro:
app-1 | /app/wait-for-it.sh: line 3: $'\r': command not found
app-1 | /app/wait-for-it.sh: line 5: $'\r': command not found
app-1 | /app/wait-for-it.sh: line 6: syntax error near unexpected token $'}\r'' 'pp-1 | /app/wait-for-it.sh: line 6:
echoerr() { if [[ $WAITFORIT_QUIET -ne 1 ]]; then echo "$@" 1>&2; fi }
app-1 exited with code 2
O container app-1 acaba não sendo executado, o que posso fazer para resolver e rodar o projeto?