diff --git a/zkweb/Dockerfile b/zkweb/Dockerfile new file mode 100755 index 0000000..17c01e2 --- /dev/null +++ b/zkweb/Dockerfile @@ -0,0 +1,5 @@ +FROM shihxuancheng/wildfly-base + +ARG WAR_FILE + +COPY ${WAR_FILE} ${JBOSS_HOME}/standalone/deployments \ No newline at end of file