docker-pdns/pdns-admin-static-ngoduykhanh/Dockerfile

13 lines
274 B
Docker
Raw Normal View History

2018-11-21 01:31:02 +01:00
FROM pschiffe/pdns-admin-base:ngoduykhanh
MAINTAINER "Peter Schiffer" <peter@rfv.sk>
RUN dnf -y --setopt=install_weak_deps=False install \
nginx \
&& dnf clean all
EXPOSE 80
2018-11-21 01:31:02 +01:00
COPY pdns-nginx.conf /etc/nginx/nginx.conf
CMD [ "/usr/sbin/nginx", "-g", "daemon off;" ]