X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=bottlenecks.git;a=blobdiff_plain;f=test-scheduler%2Fdocker%2Fui%2Fpre-builder%2FDockerfile;fp=testing-scheduler%2Fdocker%2Fui%2Fpre-builder%2FDockerfile;h=92fbda3283283d129bae31f058269f82de3fcd09;hp=f69667f42659081bf232b86ae3e608617a5b91fb;hb=e32043f58a2450b6a5986dc2a01f64f8b22c3992;hpb=a09bbea983aca3e437e254566da98196177748d9 diff --git a/testing-scheduler/docker/ui/pre-builder/Dockerfile b/test-scheduler/docker/ui/pre-builder/Dockerfile similarity index 88% rename from testing-scheduler/docker/ui/pre-builder/Dockerfile rename to test-scheduler/docker/ui/pre-builder/Dockerfile index f69667f4..92fbda32 100644 --- a/testing-scheduler/docker/ui/pre-builder/Dockerfile +++ b/test-scheduler/docker/ui/pre-builder/Dockerfile @@ -1,18 +1,18 @@ -############################################################################## -# Copyright (c) 2018 Huawei Technologies Co.,Ltd and others. -# -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Apache License, Version 2.0 -# which accompanies this distribution, and is available at -# http://www.apache.org/licenses/LICENSE-2.0 -############################################################################## - -FROM node:alpine -MAINTAINER x-lab/Leo -WORKDIR /home/testing-scheduler/ui -COPY ./ui . - -RUN npm install -RUN npm run build - -CMD tail -f /dev/null \ No newline at end of file +############################################################################## +# Copyright (c) 2018 Huawei Technologies Co.,Ltd and others. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## + +FROM node:alpine +MAINTAINER x-lab/Leo +WORKDIR /home/test-scheduler/ui +COPY ./ui . + +RUN npm install +RUN npm run build + +CMD tail -f /dev/null