Replies: 1 comment 2 replies
-
That's definitely going to be Windows line endings (the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've copy the Dockerfile and docker-ensure-initdb.sh and docker-entrypoint.sh from 16/bullseye and build it:
docker build -t /postgresqlbullseye:latest .
docker push /postgresqlbullseye:latest
After docker run I am getting error: /usr/bin/env: ‘bash\r’: No such file or directory
the same story when I test it with 14/alpine3.19
Where is the root cause, please?
Beta Was this translation helpful? Give feedback.
All reactions