Update Dockerfile
Browse files- 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 .
|