Dockerfile: only specify ports `8080` and `9990` in `EXPOSE`
This commit is contained in:
parent
1575787958
commit
fd2ffeb990
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue