fix: small fixes

This commit is contained in:
2023-06-10 08:57:16 +01:00
parent 19f857e1fd
commit 94db5c16d7
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ FROM duplicati/duplicati
RUN apt update && apt install -y default-mysql-client && rm -rf /var/lib/apt/lists/*
COPY /scripts/* /usr/local/bin
COPY /scripts/* /usr/local/bin/
RUN chmod +x /usr/local/bin/duplicati-influxdb-notify
RUN chmod +x /usr/local/bin/duplicati-mysql-backup