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.

12 lines
424 B

6 years ago
6 years ago
6 years ago
  1. FROM khhwtml02t.wanhai.com:8182/jboss/wildfly-tml:latest
  2. #set environment
  3. ENV EXTRA_JAVA_OPTS="-Dcom.wanhai.tml.yard.current=KHHW"
  4. #prepare tmp dir
  5. COPY --chown=jboss . ${JBOSS_HOME}/config
  6. #customize settings & cleanup
  7. RUN chmod -R 777 ${JBOSS_HOME}/config && cd ${JBOSS_HOME}/config/initial && ./setup.sh && rm -rf ${JBOSS_HOME}/config
  8. # COPY --chown=jboss WHL_TML.ear ${JBOSS_HOME}/standalone/deployments/WHL_TML.ear