Spaces:
Runtime error
Runtime error
Upload with huggingface_hub
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -6,7 +6,7 @@ RUN chmod 777 /code
|
|
6 |
RUN chmod 777 /etc/nginx/nginx.conf
|
7 |
RUN chmod 777 /etc/nginx/
|
8 |
RUN chmod 777 /etc/nginx/conf.d
|
9 |
-
RUN chmod 777 /etc/nginx/conf.d/nginx.conf
|
10 |
|
11 |
RUN useradd -m -u 1000 user
|
12 |
USER user
|
|
|
6 |
RUN chmod 777 /etc/nginx/nginx.conf
|
7 |
RUN chmod 777 /etc/nginx/
|
8 |
RUN chmod 777 /etc/nginx/conf.d
|
9 |
+
# RUN chmod 777 /etc/nginx/conf.d/nginx.conf
|
10 |
|
11 |
RUN useradd -m -u 1000 user
|
12 |
USER user
|