Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -28,5 +28,6 @@ EXPOSE 7860
|
|
28 |
|
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"]
|
|
|
28 |
|
29 |
RUN poetry install --only main
|
30 |
|
31 |
+
USER root
|
32 |
# Set the command to run the application
|
33 |
CMD ["poetry", "run", "python", "claude_to_chatgpt/app.py"]
|