paperless-gpt/build-and-run.sh
Simon Pamies 7c7c593faa
Fix/update correspondent to not fail (#202)
* Updated CONTRIBUTING.md as such that it runs the full package and not main.go

* Check if a correspondent is already created

* Added a script to ease running the backend quickly

* Changed run script to comply with suggestions by code rabbit
2025-02-08 19:30:28 +01:00

7 lines
92 B
Bash
Executable file

#!/usr/bin/env bash
set -o allexport
source .env
set +o allexport
go build
./paperless-gpt