This repository has been archived on 2023-02-05. You can view files and clone it, but cannot push or open issues or pull requests.
loki/nginx-proxy/Dockerfile
Wojciech Kozlowski ae01418637 Initial commit
2017-09-16 17:04:02 +01:00

4 lines
75 B
Docker

FROM nginx
RUN rm -rf /etc/nginx/conf.d
ADD nginx-conf.d /etc/nginx/conf.d