Update Dockerfile

This commit is contained in:
H Lohaus 2025-11-10 16:14:50 +01:00 committed by GitHub
parent 7234402211
commit bed8b7c083
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,7 +33,7 @@ COPY docker/supervisor-api.conf /etc/supervisor/conf.d/api.conf
COPY docker/background.png /usr/share/images/fluxbox/ubuntu-light.png
# Add user, fix permissions
RUN chown "${SEL_UID}:${SEL_GID}" $HOME/.local /opt/venv/share
RUN chown "${SEL_UID}:${SEL_GID}" $HOME/.local
# Switch user
USER $SEL_UID