hns_doh_loadbalancer/public/Dockerfile
Nathan Woodburn adc76c8c5e
All checks were successful
Build Docker / Build_Docker (push) Successful in 45s
feat: Moved website files to new location
2024-06-20 18:25:48 +10: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