0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-07 00:50:23 -05:00
immich/nginx/Dockerfile

12 lines
228 B
Text
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 09:47:25 -05:00
STOPSIGNAL SIGQUIT
2023-01-10 11:10:15 -05:00
ENTRYPOINT ["/start.sh"]