login logo

This commit is contained in:
DigiServer Developer
2025-11-17 22:32:37 +02:00
parent c16383ed75
commit 6d44542765
9 changed files with 514 additions and 34 deletions

View File

@@ -42,7 +42,8 @@ EXPOSE 5000
RUN useradd -m -u 1000 appuser && \
chown -R appuser:appuser /app /docker-entrypoint.sh && \
echo "appuser ALL=(ALL) NOPASSWD: /app/install_libreoffice.sh" >> /etc/sudoers && \
chmod +x /app/install_libreoffice.sh
echo "appuser ALL=(ALL) NOPASSWD: /app/install_emoji_fonts.sh" >> /etc/sudoers && \
chmod +x /app/install_libreoffice.sh /app/install_emoji_fonts.sh
USER appuser