apache / datasketches-postgresql

PostgreSQL extension providing approximate algorithms based on apache/datasketches-cpp
https://datasketches.apache.org
Apache License 2.0
85 stars 11 forks source link

fix Dockerfile #42

Closed phstudy closed 3 years ago

phstudy commented 3 years ago

New PostgreSQL Docker image has moved docker-entrypoint.sh file from root path to /usr/local/bin/. This patch will reuse parent Docker image's ENTRYPOINT command.