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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -29,4 +29,4 @@ EXPOSE 7860
29
  RUN poetry install --only main
30
 
31
  # Set the command to run the application
32
- CMD ["poetry", "run", "python", "/app/claude_to_chatgpt/app.py"]
 
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"]