Mediocreatmybest commited on
Commit
ea162ce
1 Parent(s): 9b8d401

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -3
Dockerfile CHANGED
@@ -9,9 +9,7 @@ RUN apt update
9
  RUN apt install python3-pip python3-uvicorn python3-fastapi -y
10
  #RUN apt install git yarn -y
11
  #RUN npm install --global yarn
12
- RUN apt install nginx -y && \
13
- chown -R user:user /var/www/html && \
14
- chown -R user:user /var/log/nginx
15
 
16
 
17
  #RUN npm install react react-dom @excalidraw/excalidraw vscode-languageclient -g
 
9
  RUN apt install python3-pip python3-uvicorn python3-fastapi -y
10
  #RUN apt install git yarn -y
11
  #RUN npm install --global yarn
12
+ RUN apt install nginx -y
 
 
13
 
14
 
15
  #RUN npm install react react-dom @excalidraw/excalidraw vscode-languageclient -g