mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-08-07 22:57:30 +02:00
6 lines
180 B
Docker
6 lines
180 B
Docker
ARG PROXY_REGISTRY
|
|
FROM ${PROXY_REGISTRY}nginxinc/nginx-unprivileged:1-alpine
|
|
|
|
COPY ./phpdoc /usr/share/nginx/html/ttrss-docs
|
|
COPY .docker/phpdoc/redirects.conf /etc/nginx/conf.d/
|