Dockerfile: only specify ports `8080` and `9990` in `EXPOSE`

This commit is contained in:
Sameer Naik 2015-08-31 20:23:28 +05:30
parent 1575787958
commit fd2ffeb990
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ RUN sh $BITNAMI_PREFIX/install.sh\
--jboss_manager_username manager --jboss_manager_password wildfly
COPY bitnami-utils-custom.sh /bitnami-utils-custom.sh
EXPOSE 8080 8443 8009 9990 9443 9999
EXPOSE 8080 9990
VOLUME ["$BITNAMI_APP_VOL_PREFIX/conf", "$BITNAMI_APP_VOL_PREFIX/logs", "/app"]
COPY entrypoint.sh /entrypoint.sh