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

8 lines
144 B
Text
Raw Normal View History

2017-12-23 15:11:21 -08:00
FROM nginx:alpine
LABEL maintainer="tehtotalpwnage@gmail.com"
2018-02-17 21:55:50 -08:00
RUN adduser -g '' -D -u 9999 pterodactyl
2017-12-23 15:11:21 -08:00
COPY nginx.conf /etc/nginx/nginx.conf