Skip to content
Snippets Groups Projects
Commit f08db467 authored by Jackie Weng's avatar Jackie Weng Committed by arnaudroques
Browse files

Made jetty container support read-only file system

parent d4d00ca7
Branches
Tags
No related merge requests found
......@@ -15,7 +15,8 @@ USER root
RUN apt-get update && \
apt-get install -y --no-install-recommends graphviz fonts-noto-cjk && \
rm -rf /var/lib/apt/lists/*
rm -rf /var/lib/apt/lists/* \
/generate-jetty-start.sh
USER jetty
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment