dolibarr CRM

This commit is contained in:
2022-03-12 13:09:51 +01:00
parent 8d5193dc16
commit 97e55e032b

View File

@@ -62,6 +62,13 @@ RUN set -ex; \
chown -R www-data:root /var/www; \
chmod -R g=u /var/www
# CLeanup
RUN apt-get remove -y --purge ${DEV_PKGS} && \
apt-get autoremove --purge -y && \
apt-get clean -y && \
rm -rf /var/lib/apt/lists/* && \
rm -rf /var/cache/apt/* /tmp/* /var/tmp/* /var/log/*
VOLUME /var/www/html /var/www/documents /var/www/scripts
# Runtime env var