mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-06 15:45:56 +02:00
Update Dockerfile
This commit is contained in:
@@ -92,6 +92,9 @@ 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
|
||||||
|
groupmod -o -g 1000 caddy && usermod -o -u 1000 caddy && \
|
||||||
|
\
|
||||||
# Cleanup
|
# Cleanup
|
||||||
apt-get clean all && \
|
apt-get clean all && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|||||||
Reference in New Issue
Block a user