FROM nginx:alpine WORKDIR /var/www RUN apk add --no-cache shadow && usermod -u 1000 nginx && groupmod -g 1000 nginx