X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=test-scheduler%2Fdocker%2Fui%2FDockerfile;fp=testing-scheduler%2Fdocker%2Fui%2FDockerfile;h=7190a02dc3eec73cc0a4b1db2d9f1a12e65fb390;hb=e32043f58a2450b6a5986dc2a01f64f8b22c3992;hp=212394a81f5b00dd595f2100447f6f834713399a;hpb=a09bbea983aca3e437e254566da98196177748d9;p=bottlenecks.git diff --git a/testing-scheduler/docker/ui/Dockerfile b/test-scheduler/docker/ui/Dockerfile similarity index 90% rename from testing-scheduler/docker/ui/Dockerfile rename to test-scheduler/docker/ui/Dockerfile index 212394a8..7190a02d 100644 --- a/testing-scheduler/docker/ui/Dockerfile +++ b/test-scheduler/docker/ui/Dockerfile @@ -1,16 +1,16 @@ -############################################################################## -# 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 nginx -MAINTAINER x-lab/Leo - -RUN rm /etc/nginx/conf.d/default.conf - -ADD ./ui/config/default.conf /etc/nginx/conf.d/ -COPY ./docker/ui/dist/ /usr/share/nginx/html/ \ 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 nginx +MAINTAINER x-lab/Leo + +RUN rm /etc/nginx/conf.d/default.conf + +ADD ./ui/config/default.conf /etc/nginx/conf.d/ +COPY ./docker/ui/dist/ /usr/share/nginx/html/