Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -25,7 +25,7 @@ EXPOSE 7860
|
|
| 25 |
|
| 26 |
RUN /root/.local/bin/poetry install --only main
|
| 27 |
|
| 28 |
-
RUN chown -R 1000:0 /root/.local/bin
|
| 29 |
|
| 30 |
# Set the command to run the application
|
| 31 |
-
CMD
|
|
|
|
| 25 |
|
| 26 |
RUN /root/.local/bin/poetry install --only main
|
| 27 |
|
| 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
|