Fix build docker image

This commit is contained in:
hlohaus 2025-05-17 17:35:35 +02:00
parent 082c152248
commit c0e323b543
6 changed files with 285 additions and 43 deletions

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
RUN chown "${SEL_UID}:${SEL_GID}" $HOME/.local /opt/venv/share
# Switch user
USER $SEL_UID