mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 14:55:07 +01:00
Incorporates the base image building back into the main repo with multi stage building
This commit is contained in:
parent
b0790d7010
commit
6c70db31bd
14 changed files with 886 additions and 151 deletions
|
|
@ -1,5 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -eu
|
||||
|
||||
for command in document_archiver document_exporter document_importer mail_fetcher document_create_classifier document_index document_renamer document_retagger document_thumbnails document_sanity_checker manage_superuser;
|
||||
do
|
||||
echo "installing $command..."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue