Boa noite pessoal. Estou tendo um erro ao tentar inicar alguns containers docker. Dei o coker compose e baixei todos os containers, mas alguuns deles não esta rodando. Ao verificar o log deles, eles me retornam a seguinte mensagem:
: not found18:19:10 ./entrypoint.sh: 2: ./entrypoint.sh:
2023-10-22 18:19:10 ./entrypoint.sh: 8: ./entrypoint.sh: Syntax error: end of file unexpected (expecting "then")
: not found18:27:54 ./entrypoint.sh: 2: ./entrypoint.sh:
2023-10-22 18:27:54 ./entrypoint.sh: 8: ./entrypoint.sh: Syntax error: end of file unexpected (expecting "then")
Ao verificar o arquivos entrypoint.sh de alguns deles, parece que eles estão vazios, sem nenhuma linha de comando. Como posso fazer para resolver este problema?