Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenegoncharuk committed Nov 17, 2021
1 parent 2473731 commit 2815dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN pg_basebackup -V
COPY . /home/root/
RUN mv /home/root/.pgpass /root/.pgpass

RUN chmod +x /home/root/backup-now.sh
RUN chmod +x /home/root/backup.sh
RUN chmod 600 /root/.pgpass

#Copying script file
Expand Down

0 comments on commit 2815dec

Please sign in to comment.