Skip to content

Commit d3f75d2

Browse files
author
Manuela Weigold
committed
add missing command
1 parent 54fa116 commit d3f75d2

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

0 commit comments

Comments
 (0)