From 0b116d9363951aa4a6f6f33d30e02db1b01883d1 Mon Sep 17 00:00:00 2001 From: Areli Fuss Date: Thu, 19 Oct 2017 10:31:14 +0300 Subject: Update application folder name Update the application folder name to vvl Change-Id: I144791e9846ab43aac0a6c72132f66bed7ef84b3 Issue-Id: VVP-25 Signed-off-by: Areli Fuss --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d6e11ddb..4eccafa7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,4 +37,4 @@ # # ECOMP is a trademark and service mark of AT&T Intellectual Property. FROM nginx:1.11.9-alpine -COPY d2ice.att.io/dist /usr/share/nginx/html +COPY vvp/dist /usr/share/nginx/html -- cgit 1.2.3-korg