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-19 14:51:15 +01:00

14 lines
No EOL
326 B
Docker

FROM nginxproxy/nginx-proxy:latest
# Copy NGINX config
COPY config/nginx.conf /etc/nginx/nginx.conf
# Copy docker startup script
COPY 90-copy-files.sh /docker-entrypoint.d
# Copy nginx files
COPY config/vhost.d /custom/vhost.d
COPY config/conf.d /custom/conf.d
# copy error pages
COPY error_pages/* /usr/share/nginx/html/