Karan Goel commited on
Commit
1fc3b7a
ยท
1 Parent(s): 55f9d07
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -21,6 +21,7 @@ COPY . .
21
 
22
  # Set env variables
23
  RUN mkdir /code/logs
 
24
  ENV MEERKAT_LOG_DIR=/code/logs
25
 
26
  # CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
 
21
 
22
  # Set env variables
23
  RUN mkdir /code/logs
24
+ RUN chmod 777 /code/logs
25
  ENV MEERKAT_LOG_DIR=/code/logs
26
 
27
  # CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]