summaryrefslogtreecommitdiffstats
path: root/deliveries/os_Dockerfile
diff options
context:
space:
mode:
authorChristopher Lott (cl778h) <clott@research.att.com>2017-07-13 17:04:39 -0400
committerChristopher Lott (cl778h) <clott@research.att.com>2017-07-13 17:05:50 -0400
commitc67680ada04c96a1753c037d67080c65628d32ca (patch)
tree86d3bf466699165b1eba6ee47d8e223a26156cd9 /deliveries/os_Dockerfile
parentd332e89eb9bbaf280604c61715422dde3542813c (diff)
[PORTAL-31] Repair defects in deployment
Includes docker build failures and footer icon Change-Id: I293f2767f36ab3fe824d8143e58e14dc2119c13e Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
Diffstat (limited to 'deliveries/os_Dockerfile')
-rw-r--r--deliveries/os_Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/deliveries/os_Dockerfile b/deliveries/os_Dockerfile
index d4bfeda2..130244da 100644
--- a/deliveries/os_Dockerfile
+++ b/deliveries/os_Dockerfile
@@ -78,7 +78,7 @@ COPY configure-and-run.sh /PROJECT/OpenSource/UbuntuEP/
#RUN cp -r ${FE_DIR}/dist/public ${PORTALHOME}/public
-COPY ${FE_DIR}/dist/public ${PORTALHOME}
+COPY ${FE_DIR}/dist/public ${PORTALHOME}/public
# Define default command.
#CMD ["bash"]
CMD ["/PROJECT/OpenSource/UbuntuEP/configure-and-run.sh"]