hns_doh_loadbalancer/public/Dockerfile
Nathan Woodburn fe0b36126f
Some checks failed
Build Docker / Build_Docker (push) Failing after 40s
fix: Moved website files to allow auto deployments
2024-06-20 18:40:50 +10:00

4 lines
116 B
Docker

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