[gimp-web/oscp] www: Place httpd-cfg in the correct location



commit 6e6c4ef2df89a6987eec2bed807d7a420e050c60
Author: Bartłomiej Piotrowski <b bpiotrowski pl>
Date:   Tue Jul 26 14:04:22 2022 +0200

    www: Place httpd-cfg in the correct location

 www.gimp.org/Dockerfile | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/www.gimp.org/Dockerfile b/www.gimp.org/Dockerfile
index 61846107..f44e151e 100644
--- a/www.gimp.org/Dockerfile
+++ b/www.gimp.org/Dockerfile
@@ -16,6 +16,7 @@ FROM registry.access.redhat.com/ubi9/httpd-24
 
 USER 0
 COPY --from=0 /gimp-web/output /tmp/src/
+ADD app_data/httpd-cfg /tmp/src/httpd-cfg
 RUN chown -R 1001:0 /tmp/src
 
 USER 1001


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]