FROM docker.io/library/nginx:latest RUN groupmod -g 1000 nginx \ && usermod -u 1000 nginx