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



commit 4ac077dcd53bdb2928fff4bcaaddd3754b419e4e
Author: Bartłomiej Piotrowski <b bpiotrowski pl>
Date:   Tue Jul 26 14:04:15 2022 +0200

    static: Place httpd-cfg in the correct location

 static.gimp.org/Dockerfile | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/static.gimp.org/Dockerfile b/static.gimp.org/Dockerfile
index a9f36e61..7809b259 100644
--- a/static.gimp.org/Dockerfile
+++ b/static.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]