Browse Source

For CI Testing

master
Richard Shih 6 years ago
committed by GitHub
parent
commit
d3694033a6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions
  1. 3
      wildfly_base/Dockerfile

3
wildfly_base/Dockerfile

@ -4,6 +4,7 @@ FROM jboss/wildfly:11.0.0.Final
ENV WF_CONFIG="standalone.xml" ENV WF_CONFIG="standalone.xml"
ENV TZ="Asia/Taipei" ENV TZ="Asia/Taipei"
#for session persistance using #for session persistance using
#ENV SESSIONDB_HOST='localhost:3306' SESSIONDB_NAME='wf_sessions' SESSIONDB_USER='session' SESSIONDB_PASS='session' #ENV SESSIONDB_HOST='localhost:3306' SESSIONDB_NAME='wf_sessions' SESSIONDB_USER='session' SESSIONDB_PASS='session'
@ -23,4 +24,4 @@ RUN rm -rf ${JBOSS_HOME}/config
EXPOSE 8080 9990 EXPOSE 8080 9990
CMD ["sh","-c","/opt/jboss/wildfly/bin/startwf.sh"]
CMD ["sh","-c","/opt/jboss/wildfly/bin/startwf.sh"]
Loading…
Cancel
Save