cleanup misc files in app dir

This commit is contained in:
MrMeeb 2023-05-27 22:05:58 +00:00
parent 877e98eff7
commit 363169e636

View File

@ -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