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.

10 lines
298 B

6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
  1. #FROM shihxuancheng/wildfly-base:latest
  2. FROM ${docker_rep_url}/jboss/wildfly-base:latest
  3. #prepare tmp dir
  4. COPY --chown=jboss . ${JBOSS_HOME}/config
  5. #customize settings
  6. RUN chmod -R 777 ${JBOSS_HOME}/config && cd ${JBOSS_HOME}/config/initial && ./setup.sh
  7. #cleanup
  8. RUN rm -rf ${JBOSS_HOME}/config