From b2a81470273572bdda4e352c322047b59f7a69a8 Mon Sep 17 00:00:00 2001 From: MrMeeb Date: Sat, 8 Jul 2023 16:11:55 +0000 Subject: [PATCH] tidy up more files --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 42531fb..6a5dfd1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,7 +44,7 @@ RUN mkdir /app/cronicle && \ cd /app/cronicle && \ wget https://github.com/cronicle-edge/cronicle-edge/archive/refs/tags/v${CRONICLE_EDGE_VERSION}.tar.gz && \ tar -xf v${CRONICLE_EDGE_VERSION}.tar.gz --strip-components 1 && \ - rm -rf Docker* .gitignore Readme.md .vscode && \ + rm -rf Docker* .gitignore Readme.md .vscode sample_conf/examples/backup sample_conf/examples/docker.sh && \ rm -rf v${CRONICLE_EDGE_VERSION}.tar.gz WORKDIR /app/cronicle