Skip to content

Commit 54fa116

Browse files
author
Manuela Weigold
committed
add right permission of bash script
1 parent ff798a1 commit 54fa116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ RUN apt-get update \
2121
COPY clone-data-repo.sh clone-data-repo.sh
2222

2323
# 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"
24+
CMD 700 clone-data-repo.sh && ./clone-data-repo.sh && su postgres -c "/usr/local/bin/docker-entrypoint.sh postgres"

0 commit comments

Comments
 (0)