fegyi001/osmgwc

Docker Compose Error: Missing File initdb-postgis.sh

Closed this issue · 1 comments

Docker Compose up doesn't work because /docker/db/Dockerfile requires initdb-postgis.sh script file.
See error log below:

=> ERROR [7/7] COPY ./initdb-postgis.sh /docker-entrypoint-initdb.d/postgis.sh 0.0s

[7/7] COPY ./initdb-postgis.sh /docker-entrypoint-initdb.d/postgis.sh:

failed to compute cache key: "/initdb-postgis.sh" not found: not found
ERROR: Service 'db' failed to build : Build failed

hey, it was indeed missing, just fixed that. Also the base docker image is now postgis/postgis