Update Dependencies authored by Fabian Nuraddin Alexander Gabel's avatar Fabian Nuraddin Alexander Gabel
......@@ -20,5 +20,6 @@ This image can run `bash`, `openssh` and `rsync` and is used at review and deplo
This file can be used to run a local apache2 webserver with `mod_include` in order to verify the build. To this end build a static webpage and type
```bash
docker run ...
```
\ No newline at end of file
docker run -it --rm --name apache-server -p 8080:80 -v $RESEARCH_DEPLOY:/usr/local/apache2/htdocs/ eltenedor/alpine-httpd-ssi:latest"
```
where `$RESEARCH_DEPLOY` is the folder location of the build.
\ No newline at end of file