docker-airflow icon indicating copy to clipboard operation
docker-airflow copied to clipboard

entrypoint.sh fails in docker container

Open stevenhurwitt opened this issue 3 years ago • 2 comments

having trouble getting the entrypoint.sh script to work in the docker container. it's failing with the line #!/usr/bin/env bash giving this message: /usr/bin/env: ‘bash\r’: No such file or directory. is there a different way to initialize a shell script in docker? does the usual #!/bin/bash not work?

stevenhurwitt avatar Oct 11 '20 18:10 stevenhurwitt

@stevenhurwitt docker cli will help to reproduce, understand the issue and help

weldpua2008 avatar Oct 29 '20 17:10 weldpua2008

I am facing exact same issue , how to solve it any update

riyaj8888 avatar Feb 07 '23 08:02 riyaj8888