Mediocreatmybest commited on
Commit
5c295e5
1 Parent(s): 1f58999

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -23,6 +23,7 @@ WORKDIR /opt/node_app/excalidraw
23
  # Setup npm / yarn / deps
24
  RUN npm install react react-dom
25
  RUN npm install workbox-build workbox-window eslint typescript
 
26
 
27
  # Run yarn to install deps
28
  RUN yarn install
 
23
  # Setup npm / yarn / deps
24
  RUN npm install react react-dom
25
  RUN npm install workbox-build workbox-window eslint typescript
26
+ RUN npm i @typescript-eslint/eslint-plugin
27
 
28
  # Run yarn to install deps
29
  RUN yarn install