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

12 lines
227 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
ENTRYPOINT ["start.sh"]