mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2025-12-23 22:28:10 -05:00
/data per default writable
This commit is contained in:
committed by
Kelson
parent
abcbe0c9df
commit
309d4d01f1
@@ -11,6 +11,7 @@ WORKDIR /data
|
||||
|
||||
# running as a named unprivileged user
|
||||
RUN addgroup -S user && adduser -S user -G user
|
||||
RUN chown user:user /data
|
||||
USER user
|
||||
|
||||
COPY ./start.sh /usr/local/bin/
|
||||
|
||||
Reference in New Issue
Block a user