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 9c04bc4d89
All checks were successful
continuous-integration/drone/push Build is passing
Use nginx.conf as template for env vars
2021-12-19 13:28:15 +02:00

5 lines
151 B
Docker

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