immich/nginx/Dockerfile

5 lines
119 B
Text
Raw Normal View History

FROM registry.access.redhat.com/ubi9/nginx-120:latest
COPY nginx.conf "${NGINX_CONF_PATH}"
CMD nginx -g "daemon off;"