SimFG commited on
Commit
9492a55
·
1 Parent(s): 0f25075

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -25,8 +25,7 @@ EXPOSE 7860
25
 
26
  RUN /root/.local/bin/poetry install --only main
27
 
28
- RUN chown -R 1000:0 /root/.local
29
 
30
- USER root
31
  # Set the command to run the application
32
  CMD id && /root/.local/bin/poetry run python claude_to_chatgpt/app.py
 
25
 
26
  RUN /root/.local/bin/poetry install --only main
27
 
28
+ RUN chown -R 1000:0 /root/.local/bin
29
 
 
30
  # Set the command to run the application
31
  CMD id && /root/.local/bin/poetry run python claude_to_chatgpt/app.py