Closed vishnu-kvnvv closed 1 year ago
Hi @vishnu-kvnvv your docker-entrypoint.sh
is executable before copy?
If you downloaded the repo's files with something other than git clone
then the execute permissions on the docker-entrypoint.sh won't be persisted.
https://github.com/docker-library/postgres/issues/386#issuecomment-350323371
https://github.com/docker-library/postgres/issues/296#issuecomment-308735942
Thanks @djerfy, Your suggestion worked
I have copied the Dockerfile and docker-entrypoint.sh Build was successfull with
Trying to run using
The run is failing
Need the help with this