mirror of
https://github.com/clearlinux/docs.git
synced 2026-05-16 11:43:40 +00:00
Adjust example Dockerfile for adding new modules
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user