dolibarr CRM
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user