Browse Source

modify uid

liuyuqi-dellpc 2 years ago
parent
commit
7e088c60e5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -14,7 +14,7 @@ RUN apt update && \
 WORKDIR /app
 RUN mkdir -p /opt/wordtohtml
 COPY convert /opt/wordtohtml/convert
-RUN adduser -u 5678 --disabled-password --gecos "" lyq && chown -R lyq /app && chown -R lyq /opt/wordtohtml
+RUN adduser -u 1000 --disabled-password --gecos "" lyq && chown -R lyq /app && chown -R lyq /opt/wordtohtml
 USER lyq
 
 VOLUME [ "/app" ]