Rifat Azad commited on
Commit
119e7cf
·
1 Parent(s): 686c3e8
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -14,6 +14,8 @@ RUN ls -ln /code
14
 
15
  RUN chmod 775 /code
16
 
 
 
17
  ENV PYTHONUNBUFFERED 1
18
 
19
  CMD ["bash", "-c", "uvicorn logger:app --host 0.0.0.0 --port 7860 & python pydvpl_bot.py"]
 
14
 
15
  RUN chmod 775 /code
16
 
17
+ RUN chmod 775 /.cache
18
+
19
  ENV PYTHONUNBUFFERED 1
20
 
21
  CMD ["bash", "-c", "uvicorn logger:app --host 0.0.0.0 --port 7860 & python pydvpl_bot.py"]