1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-04 02:46:47 +01:00
immich/nginx/Dockerfile

12 lines
228 B
Docker
Raw Normal View History

FROM docker.io/nginxinc/nginx-unprivileged:latest
COPY LICENSE /licenses/LICENSE.txt
COPY LICENSE /LICENSE
COPY nginx.conf "/etc/nginx/nginx.conf.template"
COPY start.sh /start.sh
2022-12-29 15:47:25 +01:00
STOPSIGNAL SIGQUIT
2023-01-10 17:10:15 +01:00
ENTRYPOINT ["/start.sh"]