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 54fa116 commit d3f75d2Copy full SHA for d3f75d2
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 700 clone-data-repo.sh && ./clone-data-repo.sh && su postgres -c "/usr/local/bin/docker-entrypoint.sh postgres"
+CMD chmod 700 clone-data-repo.sh && ./clone-data-repo.sh && su postgres -c "/usr/local/bin/docker-entrypoint.sh postgres"
0 commit comments