[gimp-web/oscp] testing.developer.gimp.org: hugo builds the source inside public/.



commit 3ad7925c22c841ccab2d52b96f0b709a061c3164
Author: Jehan <jehan girinstud io>
Date:   Fri Aug 5 00:32:14 2022 +0200

    testing.developer.gimp.org: hugo builds the source inside public/.

 testing.developer.gimp.org/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/testing.developer.gimp.org/Dockerfile b/testing.developer.gimp.org/Dockerfile
index fa32aeb3..d925a9a2 100644
--- a/testing.developer.gimp.org/Dockerfile
+++ b/testing.developer.gimp.org/Dockerfile
@@ -14,7 +14,7 @@ FROM registry.access.redhat.com/ubi9/httpd-24
 
 USER 0
 ADD app_data /tmp/src
-COPY --from=0 /html /tmp/src
+COPY --from=0 /public /tmp/src
 RUN chown -R 1001:0 /tmp/src
 
 USER 1001


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