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.
wordpress-nginx-docker/Dockerfile

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