sfun commited on
Commit
9011c8a
·
verified ·
1 Parent(s): 8b9fc68

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -14,6 +14,7 @@ RUN sed -i'' 's|HasPrefix(path, "/v1|HasPrefix(path, "/api/v1|g' /build/relay/co
14
  WORKDIR /build/web
15
  RUN npm install
16
  RUN DISABLE_ESLINT_PLUGIN='true' REACT_APP_VERSION=$(cat ../VERSION) npm run build
 
17
 
18
  FROM golang AS builder2
19
 
 
14
  WORKDIR /build/web
15
  RUN npm install
16
  RUN DISABLE_ESLINT_PLUGIN='true' REACT_APP_VERSION=$(cat ../VERSION) npm run build
17
+ RUN cat /build/web/src/constants/ChannelConstants.js
18
 
19
  FROM golang AS builder2
20