From d5d8840c02835d3f73c74007e6d3724dd65ab39c Mon Sep 17 00:00:00 2001 From: Victor Morales Date: Fri, 2 Feb 2018 08:41:42 -0800 Subject: Fix Docker file path This change modifies the docker file path that is used for the pom.xml file and updates the instructions for building the docker docker image. Change-Id: I9aaf3792134292f5556d429155d144f8ef8d8018 Signed-off-by: Victor Morales Issue-ID: SDC-993 --- utils/webseal-simulator/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/webseal-simulator/pom.xml') diff --git a/utils/webseal-simulator/pom.xml b/utils/webseal-simulator/pom.xml index 2fa9fca2ee..f4585612b3 100644 --- a/utils/webseal-simulator/pom.xml +++ b/utils/webseal-simulator/pom.xml @@ -232,7 +232,7 @@ sdc-simulator try - ${basedir}/sdc-simulator + ${basedir}${file.separator}sdc-simulator ${docker.tag} ${docker.latest.tag} -- cgit 1.2.3-korg