Skip to content

Commit

Permalink
[CE-353] Fix operator dashboard build error
Browse files Browse the repository at this point in the history
Change static dir in operator dashboard dockerfile.

Change-Id: I1b5a9bf562c11ff8caf043c73b296474ba47ce4b
Signed-off-by: Haitao Yue <[email protected]>
  • Loading branch information
hightall committed May 4, 2018
1 parent 416e174 commit 8076ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerhub/latest/operator-dashboard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
FROM node:8.11 as build_js
MAINTAINER haitao yue "[email protected]"
RUN cd /tmp && git clone https://github.com/hyperledger/cello.git
RUN cp -r /tmp/cello/src/themes/react/static /var/www
RUN cp -r /tmp/cello/src/static /var/www
RUN cd /var/www/dashboard && npm install && npm run build

FROM hyperledger/cello-baseimage:x86_64-latest
Expand Down

0 comments on commit 8076ef0

Please sign in to comment.