7 lines
144 B
Docker
7 lines
144 B
Docker
FROM nginx:alpine
|
|
|
|
LABEL maintainer="tehtotalpwnage@gmail.com"
|
|
|
|
RUN adduser -g '' -D -u 9999 pterodactyl
|
|
|
|
COPY nginx.conf /etc/nginx/nginx.conf
|