Added chmod in Dockerfile for backup.sh and restore.sh

This commit is contained in:
Clemens Geibel 2020-11-19 16:49:10 +01:00
parent 8a3b4f6771
commit 25c8209255

View file

@ -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