Minor comment wording

This commit is contained in:
rgaudin
2025-08-27 13:32:58 +00:00
committed by Kelson
parent ae1640736c
commit 869b08cf71

View File

@@ -9,9 +9,8 @@ EXPOSE 8080
VOLUME /data
WORKDIR /data
# Create non-root user for better security
# running as a named unprivileged user
RUN addgroup -S user && adduser -S user -G user
# Switch to the non-root user
USER user
COPY ./start.sh /usr/local/bin/