This repository has been archived on 2023-05-02. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
neo/custom/proxy/Dockerfile
2023-02-07 01:08:31 +01:00

5 lines
No EOL
163 B
Docker

FROM nginxproxy/nginx-proxy:latest
COPY config/vhost.d/* /etc/nginx/vhost.d/
COPY config/conf.d/* /etc/nginx/conf.d/
COPY config/nginx.conf /etc/nginx/nginx.conf