1
0
mirror of https://github.com/immich-app/immich.git synced 2025-06-29 05:21:38 +02:00
Files
immich/nginx/Dockerfile

5 lines
119 B
Docker
Raw Normal View History

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