0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-03-25 02:41:37 -05:00
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;"