From 018748f8b05cc3ca663a316d8da31fe777c9d199 Mon Sep 17 00:00:00 2001 From: Divyam Date: Wed, 10 Jul 2024 01:38:44 +0530 Subject: [PATCH] test --- logical-backup/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/logical-backup/Dockerfile b/logical-backup/Dockerfile index 7850d4d..661535b 100644 --- a/logical-backup/Dockerfile +++ b/logical-backup/Dockerfile @@ -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"] \ No newline at end of file