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

12 lines
231 B
Docker
Raw Permalink Normal View History

2018-11-21 01:31:02 +01:00
FROM pschiffe/pdns-admin-base:ngoduykhanh
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;" ]