mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 14:55:07 +01:00
don't build front end with docker
This commit is contained in:
parent
8f9aab407d
commit
1e185d1502
4 changed files with 36 additions and 29 deletions
7
compile-frontend.sh
Executable file
7
compile-frontend.sh
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
cd src-ui
|
||||
npm install
|
||||
./node_modules/.bin/ng build --prod
|
||||
Loading…
Add table
Add a link
Reference in a new issue