mirror of
https://github.com/icereed/paperless-gpt.git
synced 2025-03-12 21:08:00 -05:00
Added a script to ease running the backend quickly
This commit is contained in:
parent
767aeeff53
commit
9db4df3e72
1 changed files with 7 additions and 0 deletions
7
build-and-run.sh
Executable file
7
build-and-run.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
set -o allexport
|
||||
source .env set
|
||||
set +o allexport
|
||||
|
||||
go build
|
||||
./paperless-gpt
|
Loading…
Reference in a new issue