wixcs commited on
Commit
32a9754
·
verified ·
1 Parent(s): 3044546

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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"]