Remove USER nobody from Dockerfile

This commit is contained in:
Enrico Stahn 2018-02-19 16:30:40 +11:00
parent 149cc623d2
commit de116a4b65
No known key found for this signature in database
GPG key ID: 5263621C269A50DE

View file

@ -4,5 +4,4 @@ LABEL maintainer "hipages DevOps Team <syd-team-devops@hipagesgroup.com.au>"
COPY php-fpm_exporter /bin/php-fpm_exporter
EXPOSE 9253
USER nobody
ENTRYPOINT [ "/bin/php-fpm_exporter", "server" ]