Skip to content

Commit

Permalink
fix cm
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticroentgen committed Jul 25, 2024
1 parent 887f110 commit 941e883
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 @@ -3,4 +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']
CMD ["/usr/bin/backup.sh"]

0 comments on commit 941e883

Please sign in to comment.