Mercurial > lada > lada-client
diff Dockerfile @ 1041:3ef492b5240b
Add access with a role for Stammdatenpflege.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Wed, 24 Feb 2016 18:24:25 +0100 |
parents | 418e25969a16 |
children | 5489ae5ef9e0 |
line wrap: on
line diff
--- a/Dockerfile Wed Feb 24 17:56:47 2016 +0100 +++ b/Dockerfile Wed Feb 24 18:24:25 2016 +0100 @@ -5,7 +5,7 @@ # Run from the repository root-dir with e.g. # `docker run --name lada_client # --link lada_wildfly:lada-server -# -p 8180-8182:80-82 -d koala/lada_client' +# -p 8180-8184:80-84 -d koala/lada_client' # # The linked container may be created from the Dockerfile in the lada-server # repository. @@ -35,6 +35,6 @@ RUN ln -sf $PWD/custom-httpd.conf $HTTPD_PREFIX/conf/httpd.conf RUN ln -sf $PWD/custom-vhosts.conf $HTTPD_PREFIX/conf/extra/httpd-vhosts.conf -EXPOSE 80 81 82 83 +EXPOSE 80 81 82 83 84 CMD ["httpd-foreground"]