1
0
mirror of https://github.com/immich-app/immich.git synced 2024-12-25 10:43:13 +02:00
immich/nginx/Dockerfile
2022-12-29 08:47:25 -06:00

12 lines
217 B
Docker

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
STOPSIGNAL SIGQUIT
CMD /start.sh