1
0
Fork 0
mirror of synced 2024-06-30 20:10:54 +12:00

Remove unnecessary rm

This commit is contained in:
Adria Navarro 2023-10-06 12:26:24 +02:00
parent 4a1e5051d6
commit 8f8226a6f8

View file

@ -117,16 +117,6 @@ EXPOSE 443
EXPOSE 2222
VOLUME /data
# Remove cached files
RUN rm -rf \
/root/.cache \
/root/.npm \
/root/.pip \
/usr/local/share/doc \
/usr/share/doc \
/usr/share/man \
/var/lib/apt/lists/* \
/tmp/*
HEALTHCHECK --interval=15s --timeout=15s --start-period=45s CMD "/healthcheck.sh"