Skip to content
Snippets Groups Projects

Create rpm for OPA and NGINX

Open Federica Agostini requested to merge create-rpm into main
Files
11
+ 1
1
FROM baltig.infn.it:4567/cnafsd/ngx_http_voms_module/nginx-httpg-voms:el9-latest
COPY ./nginx/nginx.conf /etc/nginx/nginx.conf
COPY ./nginx/storm.conf /etc/nginx/conf.d/storm.conf
COPY ./nginx/assets/storm.conf.template /etc/nginx/templates/storm.conf.template
COPY ./nginx/auth.js /etc/nginx/njs/auth.js
CMD ["nginx", "-g", "daemon off;"]
\ No newline at end of file
Loading