mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 14:55:07 +01:00
updated release scripts
This commit is contained in:
parent
8157d69ad7
commit
011bc9916e
2 changed files with 6 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
||||||
|
/src-ui/.vscode
|
||||||
/src-ui/node_modules
|
/src-ui/node_modules
|
||||||
/src-ui/dist
|
/src-ui/dist
|
||||||
.git
|
.git
|
||||||
|
|
@ -5,3 +6,7 @@
|
||||||
/consume
|
/consume
|
||||||
/media
|
/media
|
||||||
/data
|
/data
|
||||||
|
/docs
|
||||||
|
.pytest_cache
|
||||||
|
/dist
|
||||||
|
/scripts
|
||||||
|
|
|
||||||
|
|
@ -42,6 +42,7 @@ mkdir "$PAPERLESS_DIST_APP/docker"
|
||||||
# the application itself
|
# the application itself
|
||||||
|
|
||||||
cp "$PAPERLESS_ROOT/.env" \
|
cp "$PAPERLESS_ROOT/.env" \
|
||||||
|
"$PAPERLESS_ROOT/.dockerignore" \
|
||||||
"$PAPERLESS_ROOT/CONTRIBUTING.md" \
|
"$PAPERLESS_ROOT/CONTRIBUTING.md" \
|
||||||
"$PAPERLESS_ROOT/LICENSE" \
|
"$PAPERLESS_ROOT/LICENSE" \
|
||||||
"$PAPERLESS_ROOT/Pipfile" \
|
"$PAPERLESS_ROOT/Pipfile" \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue