5 lines
139 B
Docker
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
|