1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-06 03:46:47 +01:00
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;"