Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -36,6 +36,7 @@ EXPOSE 7860
|
|
36 |
|
37 |
ENV PORT="7860"
|
38 |
|
39 |
-
RUN
|
|
|
40 |
|
41 |
CMD ["poetry", "run", "python", "claude_to_chatgpt/app.py"]
|
|
|
36 |
|
37 |
ENV PORT="7860"
|
38 |
|
39 |
+
RUN mkdir -p /.cache && \
|
40 |
+
chmod -R 777 /.cache
|
41 |
|
42 |
CMD ["poetry", "run", "python", "claude_to_chatgpt/app.py"]
|