Mediocreatmybest commited on
Commit
46a59bb
1 Parent(s): 38d6080

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +5 -4
Dockerfile CHANGED
@@ -7,11 +7,9 @@ WORKDIR /opt/node_app
7
  # Get apt up and running
8
  RUN apt update
9
  #RUN apt install git yarn -y
10
- RUN npm install --global yarn
 
11
 
12
- # Setup npm / yarn / deps
13
- RUN npm install @testing-library/react
14
- RUN npm install @remixproject/engine-vscode
15
  #RUN npm install react react-dom @excalidraw/excalidraw vscode-languageclient -g
16
 
17
  # Create a React
@@ -26,6 +24,9 @@ WORKDIR /opt/node_app/excalidraw
26
 
27
  # Install and add options / app
28
  RUN yarn install react react-dom
 
 
 
29
 
30
  # Run yarn to install deps
31
  RUN yarn install
 
7
  # Get apt up and running
8
  RUN apt update
9
  #RUN apt install git yarn -y
10
+ #RUN npm install --global yarn
11
+
12
 
 
 
 
13
  #RUN npm install react react-dom @excalidraw/excalidraw vscode-languageclient -g
14
 
15
  # Create a React
 
24
 
25
  # Install and add options / app
26
  RUN yarn install react react-dom
27
+ # Setup npm / yarn / deps
28
+ RUN npm install @testing-library/react
29
+ RUN npm install @remixproject/engine-vscode
30
 
31
  # Run yarn to install deps
32
  RUN yarn install