Authelia config updates and Nextcloud build clean up. added run all updates script

This commit is contained in:
git
2026-06-01 08:41:23 +10:00
parent f303ddd6a7
commit e455438325
10 changed files with 496 additions and 58 deletions
-14
View File
@@ -1,19 +1,5 @@
FROM nextcloud:production
#RUN groupadd -r doods && useradd -m -s /bin/bash -d /opt/doods -g doods doods
#RUN chsh -s /usr/sbin/nologin root
#RUN chown -R doods:doods /opt/doods
#ENV PATH "${PATH}:/opt/doods"
#ENV HOME /opt/doods
#USER root
RUN apt-get update && \
apt-get install -y ffmpeg && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
#USER www-data