smgc commited on
Commit
2502119
1 Parent(s): 5422179

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -6,8 +6,7 @@ RUN sed -i'' 's|router.Group("/v1|router.Group("/api/v1|g' /build/router/relay-r
6
 
7
  WORKDIR /build/web
8
  RUN npm install
9
- COPY ./VERSION .
10
- RUN DISABLE_ESLINT_PLUGIN='true' REACT_APP_VERSION=$(cat VERSION) npm run build
11
 
12
  FROM golang AS builder2
13
 
 
6
 
7
  WORKDIR /build/web
8
  RUN npm install
9
+ RUN DISABLE_ESLINT_PLUGIN='true' REACT_APP_VERSION=$(cat ../VERSION) npm run build
 
10
 
11
  FROM golang AS builder2
12