From 33a0065d08cb393bc65f887481b243640a938fa8 Mon Sep 17 00:00:00 2001 From: Steve Date: Wed, 4 Sep 2024 21:42:58 -0400 Subject: [PATCH] more fix --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 5b68cdb..8e39011 100644 --- a/Containerfile +++ b/Containerfile @@ -3,7 +3,7 @@ WORKDIR /srv COPY . . RUN pip install --no-cache-dir -r requirements.txt RUN pip install . -RUN --mount=type=secret,id=pack_config ./create_packs.sh +RUN --mount=type=secret,id=config_json ./create_packs.sh FROM nginx:alpine COPY --from=0 /srv/web /usr/share/nginx/html