SimFG commited on
Commit
b8298b5
·
1 Parent(s): 96600d4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -28,5 +28,6 @@ EXPOSE 7860
28
 
29
  RUN poetry install --only main
30
 
 
31
  # Set the command to run the application
32
  CMD ["poetry", "run", "python", "claude_to_chatgpt/app.py"]
 
28
 
29
  RUN poetry install --only main
30
 
31
+ USER root
32
  # Set the command to run the application
33
  CMD ["poetry", "run", "python", "claude_to_chatgpt/app.py"]