update dockerfile
This commit is contained in:
parent
1ae87d4955
commit
b414deb3bc
|
@ -17,8 +17,6 @@ COPY --from=deb_extractor /dpkg /
|
||||||
# Configure dot plugins
|
# Configure dot plugins
|
||||||
RUN ["dot", "-c"]
|
RUN ["dot", "-c"]
|
||||||
|
|
||||||
# Use a non-root user: slightly more secure (defense in depth)
|
|
||||||
USER nobody
|
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
EXPOSE 7443
|
EXPOSE 7443
|
||||||
ENTRYPOINT ["/pprofweb"]
|
ENTRYPOINT ["/pprofweb"]
|
||||||
|
|
Loading…
Reference in New Issue