Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
nihaldivyam authored Jul 9, 2024
1 parent dd39d56 commit 018748f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions logical-backup/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ RUN apt-get update \
&& unzip awscliv2.zip \
&& ./aws/install

COPY dump.sh ./
COPY ./* ./
RUN chmod +x /dump.sh

ENV PG_DIR=/usr/lib/postgresql

ENTRYPOINT ["/dump.sh"]
ENTRYPOINT ["/dump.sh"]

0 comments on commit 018748f

Please sign in to comment.