mirror of
https://github.com/immich-app/immich.git
synced 2025-01-21 00:52:43 -05:00
4 lines
66 B
Text
4 lines
66 B
Text
|
FROM nginx:latest
|
||
|
|
||
|
COPY nginx.conf /etc/nginx/conf.d/default.conf
|