smgc commited on
Commit
db2bb35
1 Parent(s): 68bd83c

Update Dockerfile

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