SimFG commited on
Commit
92aac2e
·
1 Parent(s): 9492a55

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -25,7 +25,7 @@ EXPOSE 7860
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
 
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 /root/.local/bin/poetry run python claude_to_chatgpt/app.py