Update Dockerfile

This commit is contained in:
Devin Buhl 2024-04-13 12:23:11 -04:00 committed by GitHub
parent faa6433f34
commit 3998e4da71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,7 @@ RUN apk add --no-cache \
ENV PLEXAPI_CONFIG_PATH="/config/config.ini" \
JBOPS_SCRIPT_PATH="fun/plexapi_haiku.py"
USER nobody
USER nobody:nogroup
VOLUME ["/config"]
ENTRYPOINT ["/bin/bash"]