Update Dockerfile

This commit is contained in:
Alexandre
2024-04-30 00:29:15 +02:00
committed by GitHub
parent cee901aac2
commit 619e48afda

View File

@@ -92,7 +92,7 @@ RUN \
ln -s /home/"$USER" /app && \ ln -s /home/"$USER" /app && \
chown -R "$USER":"$USER" /home/"$USER" /app && \ chown -R "$USER":"$USER" /home/"$USER" /app && \
\ \
# Give access to caddy # Give access to caddy for files owned by the user, to allow files modification
groupmod -o -g 1000 caddy && usermod -o -u 1000 caddy && \ groupmod -o -g 1000 caddy && usermod -o -u 1000 caddy && \
\ \
# Cleanup # Cleanup