changed scripts dir from /usr/local/bin/resources to /usr/local/bin
This commit is contained in:
parent
5361ef367e
commit
742fe2e641
2 changed files with 3 additions and 3 deletions
|
@ -24,5 +24,5 @@ RUN apt-get -y install postgresql-client-13
|
|||
|
||||
|
||||
# Prepare Entrypoint Script
|
||||
ADD resources /usr/local/bin/resources
|
||||
RUN chmod 700 /usr/local/bin/resources/entrypoint.sh /usr/local/bin/resources/create_pgpass.sh /usr/local/bin/resources/backup.sh /usr/local/bin/resources/restore.sh
|
||||
ADD resources /usr/local/bin/
|
||||
RUN chmod 700 /usr/local/bin/entrypoint.sh /usr/local/bin/create_pgpass.sh /usr/local/bin/backup.sh /usr/local/bin/restore.sh
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
/usr/local/bin/resources/create_pgpass.sh
|
||||
/usr/local/bin/create_pgpass.sh
|
||||
|
||||
# Idle process
|
||||
while true; do
|
||||
|
|
Loading…
Reference in a new issue