diff options
author | Areli Fuss <af732p@att.com> | 2017-10-19 10:31:14 +0300 |
---|---|---|
committer | Areli Fuss <af732p@att.com> | 2017-10-19 10:31:14 +0300 |
commit | 0b116d9363951aa4a6f6f33d30e02db1b01883d1 (patch) | |
tree | 0c759fd91437c931348b9249e1c229db3ec090ba | |
parent | d0ea6a49ce88f043a6b7ce7ff8a7bb6333bd691c (diff) |
Update application folder name
Update the application folder name to
vvl
Change-Id: I144791e9846ab43aac0a6c72132f66bed7ef84b3
Issue-Id: VVP-25
Signed-off-by: Areli Fuss <af732p@att.com>
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |