Mercurial > lada > lada-client
changeset 986:c4c95d340ebe
Dockerfile: improve comments.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Fri, 04 Dec 2015 16:24:27 +0100 |
parents | ea477f62a667 |
children | 53954a9fd6e7 |
files | Dockerfile |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Dockerfile Mon Nov 30 14:52:59 2015 +0100 +++ b/Dockerfile Fri Dec 04 16:24:27 2015 +0100 @@ -3,7 +3,7 @@ # # Build with e.g. `docker build --force-rm=true -t koala/lada_client .' # Run from the repository root-dir with e.g. -# `docker run --name lada_client -v $PWD:/usr/local/apache2/htdocs/ +# `docker run --name lada_client # --link lada_wildfly:lada-server -p 8182:80 -d koala/lada_client' # # The linked container may be created from the Dockerfile in the lada-server @@ -11,6 +11,9 @@ # # The LADA-application will be available under http://yourdockerhost:8182 # +# Add `-v $PWD:/usr/local/apache2/htdocs/' to the run-command if you want to +# test your local changes (you'll have to run ./install-dependencies.sh again). +# FROM httpd:2.4 MAINTAINER tom.gottfried@intevation.de