cleanup misc files in app dir
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
MrMeeb 2023-05-27 22:05:58 +00:00
parent ab73132553
commit 6ac07ec9a0

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