Added a script to ease running the backend quickly

This commit is contained in:
Simon Pamies 2025-02-08 14:58:29 +01:00
parent 767aeeff53
commit 9db4df3e72

7
build-and-run.sh Executable file
View file

@ -0,0 +1,7 @@
#!/usr/bin/env bash
set -o allexport
source .env set
set +o allexport
go build
./paperless-gpt