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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -28,4 +28,5 @@ RUN /root/.local/bin/poetry install --only main
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
 
 
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"]
32
+ # CMD /root/.local/bin/poetry run python claude_to_chatgpt/app.py