Browse Source

add docke build file for demo

master
Richard Shih 6 years ago
parent
commit
66ff1cd150
1 changed files with 5 additions and 0 deletions
  1. 5
      zkweb/Dockerfile

5
zkweb/Dockerfile

@ -0,0 +1,5 @@
FROM shihxuancheng/wildfly-base
ARG WAR_FILE
COPY ${WAR_FILE} ${JBOSS_HOME}/standalone/deployments
Loading…
Cancel
Save