Spaces:
Runtime error
Runtime error
Karan Goel
commited on
Commit
ยท
1fc3b7a
1
Parent(s):
55f9d07
udpate
Browse files- 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"]
|