Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
reliveyy committed Jul 8, 2020
1 parent e7c3b80 commit 98b86bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/webui/latest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ RUN apk --no-cache add git

RUN git clone -b socketio https://github.com/ExchangeUnion/xud-webui-poc /src/frontend
WORKDIR /src/frontend
RUN git fetch && git checkout f3d34f02
RUN git fetch && git checkout fa70b2ba
RUN yarn install
RUN yarn build

RUN git clone -b dev https://github.com/ExchangeUnion/xud-socketio /src/backend
WORKDIR /src/backend
RUN git fetch && git checkout 186cbb38
RUN git fetch && git checkout a3fd8648
RUN sed -Ei 's/^.*grpc-tools.*$//g' package.json
RUN yarn install
RUN apk --no-cache add bash
Expand Down

0 comments on commit 98b86bf

Please sign in to comment.