🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay 2022-10-18 13:37:46 -04:00
parent 79347caf86
commit 0b3eff6cab
No known key found for this signature in database
GPG Key ID: 4F765975C1F0EE5F

View File

@ -25,7 +25,7 @@ RUN set -ex; \
lighttpd \
lighttpd-mod_auth \
lighttpd-mod_webdav && \
cp -Rf "/etc/lighttpd" "/usr/local/share/template-files/config/lighttpd/defaults/lighttpd"
cp -Rf "/etc/lighttpd" "$DEFAULT_TEMPLATE_DIR/lighttpd"
RUN echo 'Running cleanup' ; \
rm -Rf /usr/share/doc/* /usr/share/info/* /tmp/* /var/tmp/* ; rm -Rf /usr/local/bin/.gitkeep /usr/local/bin/.gitkeep /config /data /var/cache/apk/* ; \