This repository has been archived on 2024-04-24. You can view files and clone it, but cannot push or open issues or pull requests.
3wc 70782e4098
All checks were successful
continuous-integration/drone/push Build is passing
Initial import
2021-12-17 00:28:06 +02:00

5 lines
139 B
Docker

FROM nginx:1.21.4
# TODO: use renovate-bot to send pull requests on upstream image updates
COPY nginx.conf /etc/nginx/conf.d/default.conf