Added chmod in Dockerfile for backup.sh and restore.sh
This commit is contained in:
parent
8a3b4f6771
commit
25c8209255
1 changed files with 1 additions and 1 deletions
|
@ -25,4 +25,4 @@ RUN apt-get -y install postgresql
|
||||||
|
|
||||||
# Prepare Entrypoint Script
|
# Prepare Entrypoint Script
|
||||||
ADD resources /tmp/resources
|
ADD resources /tmp/resources
|
||||||
RUN chmod 700 /tmp/resources/entrypoint.sh /tmp/resources/create_pgpass.sh
|
RUN chmod 700 /tmp/resources/entrypoint.sh /tmp/resources/create_pgpass.sh /tmp/resources/backup.sh /tmp/resources/restore.sh
|
||||||
|
|
Loading…
Reference in a new issue