Update Dockerfile
Browse files- 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", "
|
|
|
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"]
|