Spaces:
Sleeping
Sleeping
koji commited on
Commit ·
5588936
1
Parent(s): 89b6475
modify Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
|
@@ -9,6 +9,5 @@ RUN useradd -m -u 1000 user
|
|
| 9 |
|
| 10 |
USER user
|
| 11 |
|
| 12 |
-
COPY ./app /app
|
| 13 |
-
|
| 14 |
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
|
| 9 |
|
| 10 |
USER user
|
| 11 |
|
| 12 |
+
COPY --chmod=765 ./app /app
|
|
|
|
| 13 |
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|