This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user