mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Update Dockerfile
This commit is contained in:
@@ -92,6 +92,9 @@ RUN \
|
||||
ln -s /home/"$USER" /app && \
|
||||
chown -R "$USER":"$USER" /home/"$USER" /app && \
|
||||
\
|
||||
# Give access to caddy
|
||||
groupmod -o -g 1000 caddy && usermod -o -u 1000 caddy && \
|
||||
\
|
||||
# Cleanup
|
||||
apt-get clean all && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
Reference in New Issue
Block a user