SimFG commited on
Commit
09f15fe
·
1 Parent(s): 02d5b5c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -31,4 +31,4 @@ RUN /root/.local/bin/poetry install --only main
31
 
32
  USER root
33
  # Set the command to run the application
34
- CMD ["/root/.local/bin/poetry", "run", "python", "claude_to_chatgpt/app.py"]
 
31
 
32
  USER root
33
  # Set the command to run the application
34
+ CMD id && /root/.local/bin/poetry run python claude_to_chatgpt/app.py