Spaces:
Sleeping
Sleeping
AP\VivekIsh
commited on
Commit
•
11ad912
1
Parent(s):
1bc57e0
codegen: Add permissions
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
@@ -13,4 +13,7 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
|
13 |
|
14 |
COPY --chown=user . /app
|
15 |
|
|
|
|
|
|
|
16 |
CMD ["uvicorn", "index:app", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
13 |
|
14 |
COPY --chown=user . /app
|
15 |
|
16 |
+
RUN chown /app/logs.log
|
17 |
+
RUN chmod +x /app/logs.log
|
18 |
+
|
19 |
CMD ["uvicorn", "index:app", "--host", "0.0.0.0", "--port", "7860"]
|