1
0
Fork 0
This repository has been archived on 2025-01-12. You can view files and clone it, but cannot push or open issues or pull requests.
pterodactyl-panel-docker/services/http/Dockerfile
2017-12-23 15:11:21 -08:00

7 lines
139 B
Docker

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