update dockerfile

This commit is contained in:
a 2022-09-26 19:25:11 -05:00
parent 1ae87d4955
commit b414deb3bc
1 changed files with 0 additions and 2 deletions

View File

@ -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"]