|
@@ -7,7 +7,7 @@ RUN borgmatic --help > /command-line.txt \
|
|
|
&& for action in repo-create transfer create prune compact check delete extract config "config bootstrap" "config generate" "config validate" export-tar mount umount repo-delete restore repo-list list repo-info info break-lock "key export" "key import" "key change-passphrase" recreate borg; do \
|
|
|
echo -e "\n--------------------------------------------------------------------------------\n" >> /command-line.txt \
|
|
|
&& borgmatic $action --help >> /command-line.txt; done
|
|
|
-#RUN /app/docs/fetch-contributors >> /contributors.html
|
|
|
+RUN /app/docs/fetch-contributors >> /contributors.html
|
|
|
|
|
|
FROM docker.io/node:22.4.0-alpine AS html
|
|
|
|
|
@@ -25,7 +25,7 @@ RUN npm install @11ty/eleventy \
|
|
|
markdown-it-replace-link
|
|
|
COPY --from=borgmatic /etc/borgmatic/config.yaml /source/docs/_includes/borgmatic/config.yaml
|
|
|
COPY --from=borgmatic /command-line.txt /source/docs/_includes/borgmatic/command-line.txt
|
|
|
-#COPY --from=borgmatic /contributors.html /source/docs/_includes/borgmatic/contributors.html
|
|
|
+COPY --from=borgmatic /contributors.html /source/docs/_includes/borgmatic/contributors.html
|
|
|
COPY . /source
|
|
|
RUN NODE_ENV=${ENVIRONMENT} npx eleventy --input=/source/docs --output=/output/docs \
|
|
|
&& mv /output/docs/index.html /output/index.html
|