huanghe1223 commited on
Commit
ffa70e9
·
verified ·
1 Parent(s): 7bd82ed

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -1,2 +1,4 @@
1
  FROM lanqian528/chat2api:latest
 
 
2
  COPY --chown=user ./token.txt /app/data/token.txt
 
1
  FROM lanqian528/chat2api:latest
2
+ RUN useradd -m -u 1000 user
3
+ WORKDIR /app
4
  COPY --chown=user ./token.txt /app/data/token.txt