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