Skip to content

Commit

Permalink
fix cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticroentgen committed Jul 24, 2024
1 parent 0448a7d commit 887f110
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ RUN apt update && apt install curl -y
RUN curl https://dl.min.io/client/mc/release/linux-amd64/mc -o /usr/bin/mc && chmod +x /usr/bin/mc
COPY backup.sh /usr/bin/backup.sh
RUN chmod +x /usr/bin/backup.sh
CMD ['/bin/bash','/usr/bin/backup.sh']

0 comments on commit 887f110

Please sign in to comment.