We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff798a1 commit 54fa116Copy full SHA for 54fa116
Dockerfile
@@ -21,4 +21,4 @@ RUN apt-get update \
21
COPY clone-data-repo.sh clone-data-repo.sh
22
23
# if ssh key is set, clone data repo with the sql scripts for initalization and start postgres afterwards
24
-CMD ./clone-data-repo.sh && su postgres -c "/usr/local/bin/docker-entrypoint.sh postgres"
+CMD 700 clone-data-repo.sh && ./clone-data-repo.sh && su postgres -c "/usr/local/bin/docker-entrypoint.sh postgres"
0 commit comments