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
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