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