Spaces:
Runtime error
Runtime error
Upload with huggingface_hub
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
@@ -4,6 +4,9 @@ FROM tiangolo/uwsgi-nginx:python3.9
|
|
4 |
WORKDIR /code
|
5 |
RUN chmod 777 /code
|
6 |
RUN chmod 777 /etc/nginx/nginx.conf
|
|
|
|
|
|
|
7 |
|
8 |
RUN useradd -m -u 1000 user
|
9 |
USER user
|
|
|
4 |
WORKDIR /code
|
5 |
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
|