Remove USER nobody
from Dockerfile
This commit is contained in:
parent
149cc623d2
commit
de116a4b65
1 changed files with 1 additions and 2 deletions
|
@ -4,5 +4,4 @@ LABEL maintainer "hipages DevOps Team <syd-team-devops@hipagesgroup.com.au>"
|
||||||
COPY php-fpm_exporter /bin/php-fpm_exporter
|
COPY php-fpm_exporter /bin/php-fpm_exporter
|
||||||
|
|
||||||
EXPOSE 9253
|
EXPOSE 9253
|
||||||
USER nobody
|
ENTRYPOINT [ "/bin/php-fpm_exporter", "server" ]
|
||||||
ENTRYPOINT [ "/bin/php-fpm_exporter", "server" ]
|
|
||||||
|
|
Loading…
Reference in a new issue