fix docker file
Some checks failed
/ build-docker-image (push) Failing after 12s

This commit is contained in:
2024-09-16 19:53:11 +01:00
parent 03c4aa8f83
commit 54fe3460b6
2 changed files with 2 additions and 3 deletions

View File

@@ -1,9 +1,9 @@
on: on:
push: push:
paths: paths:
- "docker/**" - "docker/mysqlclient/**"
- ".gitea/**" - ".gitea/**"
- ".scripts/**" - "scripts/**"
jobs: jobs:
build-docker-image: build-docker-image:

View File

@@ -4,7 +4,6 @@ RUN apt update && apt install -y default-mysql-client && rm -rf /var/lib/apt/lis
COPY /scripts/* /usr/local/bin/ COPY /scripts/* /usr/local/bin/
COPY /docker/scripts/* /usr/local/bin/
RUN chmod +x /usr/local/bin/duplicati-influxdb-notify RUN chmod +x /usr/local/bin/duplicati-influxdb-notify
RUN chmod +x /usr/local/bin/duplicati-mysql-backup RUN chmod +x /usr/local/bin/duplicati-mysql-backup
RUN chmod +x /usr/local/bin/dockerlog RUN chmod +x /usr/local/bin/dockerlog