Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -17,6 +17,7 @@
|
|
17 |
#CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|
18 |
|
19 |
FROM ubuntu
|
|
|
20 |
RUN apt update
|
21 |
RUN apt-get install -y nginx
|
22 |
CMD ["nginx"]
|
|
|
17 |
#CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|
18 |
|
19 |
FROM ubuntu
|
20 |
+
RUN useradd -m -u 1000 user
|
21 |
RUN apt update
|
22 |
RUN apt-get install -y nginx
|
23 |
CMD ["nginx"]
|