From 5a807657298c9d7a04f74fbc1d17e10adaa149d9 Mon Sep 17 00:00:00 2001 From: phil Date: Mon, 24 Feb 2025 02:56:33 +0100 Subject: [PATCH] CI: fix container (path) --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index e9815a2..e5f8be0 100644 --- a/Containerfile +++ b/Containerfile @@ -1,3 +1,3 @@ FROM docker.io/nginx:alpine -COPY ./dist /usr/share/nginx/html +COPY ./dist /usr/share/nginx/html/oidc-test-web