Skip to content

Commit

Permalink
management jboss
Browse files Browse the repository at this point in the history
  • Loading branch information
francescou committed Apr 28, 2016
1 parent aaaf110 commit ee10edc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Expand Up @@ -16,7 +16,7 @@ COPY SIGLA/target/SIGLA-wildfly.ear ${WILDFLY}/standalone/deployments/SIGLA.ear

WORKDIR ${WILDFLY}

CMD ["./bin/standalone.sh", "-b", "0.0.0.0", "--debug", "8787"]
CMD ["./bin/standalone.sh", "-b", "0.0.0.0", "--debug", "8787", "-bmanagement", "0.0.0.0"]

COPY src/main/docker/standalone/configuration/ standalone/configuration/
COPY src/main/docker/modules/system/layers/base/com/informix/jdbc/ modules/system/layers/base/com/informix/jdbc/
Expand All @@ -25,3 +25,4 @@ COPY src/main/docker/modules/system/layers/base/com/oracle/jdbc/ modules/system/
EXPOSE 8080
EXPOSE 9999

RUN ./bin/add-user.sh admin admin --silent

0 comments on commit ee10edc

Please sign in to comment.