Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -9,7 +9,7 @@ WORKDIR /app
|
|
| 9 |
|
| 10 |
ENV PORT=7860
|
| 11 |
|
| 12 |
-
USER
|
| 13 |
|
| 14 |
RUN chmod +x /app/cursor-api
|
| 15 |
|
|
|
|
| 9 |
|
| 10 |
ENV PORT=7860
|
| 11 |
|
| 12 |
+
USER root
|
| 13 |
|
| 14 |
RUN chmod +x /app/cursor-api
|
| 15 |
|