FROM nginx:alpine LABEL maintainer="tehtotalpwnage@gmail.com" RUN adduser -g '' -D -u 82 www-data COPY nginx.conf /etc/nginx/nginx.conf