1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-06 11:56:46 +01:00
immich/nginx/Dockerfile

5 lines
No EOL
118 B
Docker

FROM docker.io/nginxinc/nginx-unprivileged:latest
COPY nginx.conf "/etc/nginx/nginx.conf"
CMD nginx -g "daemon off;"