diff --git a/Dockerfile b/Dockerfile index f69e046b..474ca56b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,6 +40,7 @@ RUN set -ex && \ adduser -S ab -G ab -h /ab -s /bin/bash -u 911 && \ # Clear rm -rf \ + /ab/.cache \ /tmp/* COPY --chmod=755 backend/src/. .