From 01539c63ea62dfcdcfc98b118eabe5bf9f05fb96 Mon Sep 17 00:00:00 2001 From: faulty Date: Sun, 19 Feb 2023 14:51:42 +0100 Subject: [PATCH] fix df --- custom/proxy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/proxy/Dockerfile b/custom/proxy/Dockerfile index 4948d6b..9c5f545 100644 --- a/custom/proxy/Dockerfile +++ b/custom/proxy/Dockerfile @@ -11,4 +11,4 @@ COPY config/vhost.d /custom/vhost.d COPY config/conf.d /custom/conf.d # copy error pages -COPY error_pages/* /usr/share/nginx/html/ \ No newline at end of file +COPY config/error_pages/* /usr/share/nginx/html/ \ No newline at end of file