ttrss-docker-compose/web-nginx/Dockerfile

4 lines
84 B
Docker

FROM nginxinc/nginx-unprivileged:1.21-alpine
COPY nginx.conf /etc/nginx/nginx.conf