docker context revision
All checks were successful
/ build-docker-image (push) Successful in 1m21s

This commit is contained in:
2024-09-16 20:30:10 +01:00
parent 54fe3460b6
commit 11af5b8729
3 changed files with 10 additions and 2 deletions

View File

@@ -2,9 +2,14 @@
FROM duplicati/duplicati
RUN apt update && apt install -y default-mysql-client && rm -rf /var/lib/apt/lists/*
COPY ../../ /app
RUN ls ./app
COPY ../../docker/scripts /usr/local/bin
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
RUN chmod +x /usr/local/bin/dockerlog
EXPOSE 8200