Mercurial > lada > lada-client
comparison 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 |
comparison
equal
deleted
inserted
replaced
1040:6a176e9ca890 | 1041:3ef492b5240b |
---|---|
3 # | 3 # |
4 # Build with e.g. `docker build --force-rm=true -t koala/lada_client .' | 4 # Build with e.g. `docker build --force-rm=true -t koala/lada_client .' |
5 # Run from the repository root-dir with e.g. | 5 # Run from the repository root-dir with e.g. |
6 # `docker run --name lada_client | 6 # `docker run --name lada_client |
7 # --link lada_wildfly:lada-server | 7 # --link lada_wildfly:lada-server |
8 # -p 8180-8182:80-82 -d koala/lada_client' | 8 # -p 8180-8184:80-84 -d koala/lada_client' |
9 # | 9 # |
10 # The linked container may be created from the Dockerfile in the lada-server | 10 # The linked container may be created from the Dockerfile in the lada-server |
11 # repository. | 11 # repository. |
12 # | 12 # |
13 # The LADA-application will be available under http://yourdockerhost:8182 | 13 # The LADA-application will be available under http://yourdockerhost:8182 |
33 # httpd setup | 33 # httpd setup |
34 # | 34 # |
35 RUN ln -sf $PWD/custom-httpd.conf $HTTPD_PREFIX/conf/httpd.conf | 35 RUN ln -sf $PWD/custom-httpd.conf $HTTPD_PREFIX/conf/httpd.conf |
36 RUN ln -sf $PWD/custom-vhosts.conf $HTTPD_PREFIX/conf/extra/httpd-vhosts.conf | 36 RUN ln -sf $PWD/custom-vhosts.conf $HTTPD_PREFIX/conf/extra/httpd-vhosts.conf |
37 | 37 |
38 EXPOSE 80 81 82 83 | 38 EXPOSE 80 81 82 83 84 |
39 | 39 |
40 CMD ["httpd-foreground"] | 40 CMD ["httpd-foreground"] |