docker-airflow
docker-airflow copied to clipboard
entrypoint.sh fails in docker container
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 docker cli will help to reproduce, understand the issue and help
I am facing exact same issue , how to solve it any update