hns_doh_loadbalancer/website/Dockerfile
Nathan Woodburn c162ea8d21
All checks were successful
Build Docker / Build Docker (push) Successful in 21s
fix: action to use new dir
2023-12-22 17:46:45 +11:00

4 lines
122 B
Docker

FROM nginx
RUN rm /etc/nginx/conf.d/default.conf
COPY nginx.conf /etc/nginx/conf.d/default.conf
COPY content /var/www/html