You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

9 lines
312 B

FROM khhwtml02t.wanhai.com:8182/jboss/wildfly-tml:latest
#prepare tmp dir
COPY --chown=jboss . ${JBOSS_HOME}/config
#customize settings & cleanup
RUN cd ${JBOSS_HOME}/config/initial && ./setup.sh && rm -rf ${JBOSS_HOME}/config
# COPY --chown=jboss WHL_TML.ear ${JBOSS_HOME}/standalone/deployments/WHL_TML.ear