Adjust example Dockerfile for adding new modules

This commit is contained in:
Mike Dillon
2015-08-29 17:03:52 -07:00
parent dc2529328c
commit d74ff5c8de

View File

@@ -52,7 +52,8 @@ To update the server configuration in a derived Docker image, the `Dockerfile` m
enable additional modules with `RUN` commands like:
```Dockerfile
WORKDIR $JETTY_BASE
FROM jetty:9
RUN java -jar "$JETTY_HOME/start.jar" --add-to-startd=jmx,stats
```