mirror of
https://github.com/pschiffe/docker-pdns.git
synced 2024-11-13 03:47:56 +01:00
Expose port 80 in static container Dockerfile
This commit is contained in:
parent
44b7e46861
commit
c8cd3fa95d
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@ RUN dnf -y --setopt=install_weak_deps=False install \
|
|||
nginx \
|
||||
&& dnf clean all
|
||||
|
||||
EXPOSE 80
|
||||
|
||||
COPY pdns-nginx.conf /etc/nginx/nginx.conf
|
||||
|
||||
CMD [ "/usr/sbin/nginx", "-g", "daemon off;" ]
|
||||
|
|
Loading…
Reference in a new issue