Skip to content
Snippets Groups Projects
Verified Commit 7aaa96d3 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

[Docker] Do not clean up app directory.

parent ac96ce97
No related branches found
No related tags found
No related merge requests found
......@@ -55,8 +55,7 @@ RUN apt-get remove --purge -y \
apt-get clean -y; \
pip uninstall -y poetry; \
rm -f /var/lib/apt/lists/*_*; \
rm -rf /root/.cache; \
rm -rf /usr/src/app/*
rm -rf /root/.cache
# Declare a persistent volume for all data
VOLUME /var/lib/biscuit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment