Mediocreatmybest commited on
Commit
dee6884
1 Parent(s): c85f912

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM node:lts-bullseye
2
 
3
  # Default working dir
4
  WORKDIR /opt/node_app
@@ -13,7 +13,7 @@ RUN npm install npm@latest -g
13
  RUN npm install eslint -g
14
  RUN npm install workbox-build -g
15
  RUN npm install workbox-window -g
16
- RUN npm install excalidraw -g
17
 
18
 
19
  # Create a React
 
1
+ FROM node:latest
2
 
3
  # Default working dir
4
  WORKDIR /opt/node_app
 
13
  RUN npm install eslint -g
14
  RUN npm install workbox-build -g
15
  RUN npm install workbox-window -g
16
+ #RUN npm install excalidraw -g
17
 
18
 
19
  # Create a React