wIK5Ez2o commited on
Commit
4a8d54b
·
verified ·
1 Parent(s): c5d26b5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -5
Dockerfile CHANGED
@@ -8,11 +8,6 @@ RUN npm install
8
  RUN cp /src/VERSION .
9
  RUN DISABLE_ESLINT_PLUGIN='true' REACT_APP_VERSION=$(cat VERSION) npm run build
10
 
11
- WORKDIR /src/web/berry
12
- RUN npm install
13
- RUN cp /src/VERSION .
14
- RUN DISABLE_ESLINT_PLUGIN='true' REACT_APP_VERSION=$(cat VERSION) npm run build
15
-
16
  WORKDIR /src/web/air
17
  RUN npm install
18
  RUN cp /src/VERSION .
 
8
  RUN cp /src/VERSION .
9
  RUN DISABLE_ESLINT_PLUGIN='true' REACT_APP_VERSION=$(cat VERSION) npm run build
10
 
 
 
 
 
 
11
  WORKDIR /src/web/air
12
  RUN npm install
13
  RUN cp /src/VERSION .