From 6ac07ec9a0571e6efa7a12c529add9cf494b05cf Mon Sep 17 00:00:00 2001 From: MrMeeb Date: Sat, 27 May 2023 22:05:58 +0000 Subject: [PATCH] cleanup misc files in app dir --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 947b202..ada529c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -43,7 +43,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 /app/cronicle/Docker* && \ + rm -rf Docker* .gitignore Readme.md .vscode && \ rm -rf v${CRONICLE_EDGE_VERSION}.tar.gz WORKDIR /app/cronicle