From a46c722e0ecb3793b980a3b0f06cbfabceeab79a Mon Sep 17 00:00:00 2001 From: Richard Shih Date: Thu, 1 Nov 2018 23:13:01 +0800 Subject: [PATCH] change base image --- zkweb/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zkweb/Dockerfile b/zkweb/Dockerfile index 17c01e2..cc24869 100755 --- a/zkweb/Dockerfile +++ b/zkweb/Dockerfile @@ -1,5 +1,5 @@ -FROM shihxuancheng/wildfly-base +FROM khhwtml02t.wanhai.com:8182/jboss/wildfly-base ARG WAR_FILE -COPY ${WAR_FILE} ${JBOSS_HOME}/standalone/deployments \ No newline at end of file +COPY ${WAR_FILE} ${JBOSS_HOME}/standalone/deployments