diff --git a/dockerhub/latest/operator-dashboard/Dockerfile b/dockerhub/latest/operator-dashboard/Dockerfile index a8972fb29..471dbc05b 100644 --- a/dockerhub/latest/operator-dashboard/Dockerfile +++ b/dockerhub/latest/operator-dashboard/Dockerfile @@ -5,7 +5,7 @@ FROM node:8.11 as build_js MAINTAINER haitao yue "hightall@me.com" 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