From 04674b08141b94e2381cb8e43ecb9c3a47e3f17e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20ZGRZENDEK?= Date: Fri, 3 Jan 2025 17:39:27 +0100 Subject: [PATCH] Adapted httpd Dockerfile to fix docker context issues --- httpd-shibd/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpd-shibd/Dockerfile b/httpd-shibd/Dockerfile index 41fc4fb..0a39492 100644 --- a/httpd-shibd/Dockerfile +++ b/httpd-shibd/Dockerfile @@ -1,7 +1,7 @@ FROM rockylinux:9 ### Adding Shibboleth official repos -COPY ./config/shibboleth.repo /etc/yum.repos.d/shibboleth.repo +COPY ./httpd-shibd/config/shibboleth.repo /etc/yum.repos.d/shibboleth.repo ### Installing httpd, shibboleth & supervisor RUN dnf install -y epel-release &&\