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