CircleCI-Public / cimg-postgres

MIT License
8 stars 25 forks source link

[DNM] fix: reinserts docker-entrypoint for older images #70

Closed JalexChen closed 1 year ago

JalexChen commented 1 year ago

docker-entrypoint.sh was removed in #69 in favor of downloading from source. however, existing images that do not have a new Dockerfile are still copying the file that exists in the repo.

As a result, this file needs to he reinserted

edit: the entire PR needs to be reverted. the image was building successfully, but with the change in the docker-entrypoint, there may be additional configurations that need to be added in order for the connection to work

JalexChen commented 1 year ago

Closing in favor of #71