Compare commits

..

1 Commits

Author SHA1 Message Date
73ffae76b6 PKGBUILD - updated service running uvicorn natively instead of calling main.py
- fixed issue with not loading env variables inside to fastapi
- fixed to not using "python main.py" which meant for development
2022-12-30 07:33:17 +01:00
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ source=('git+file:///builds/oscar.krause/fastapi-dls' # https://gitea.publichub.
sha256sums=('SKIP'
'fbd015449a30c0ae82733289a56eb98151dcfab66c91b37fe8e202e39f7a5edb'
'2719338541104c537453a65261c012dda58e1dbee99154cf4f33b526ee6ca22e'
'3dc60140c08122a8ec0e7fa7f0937eb8c1288058890ba09478420fc30ce9e30c')
'93cceba2dd4bddc8b3c7122cba8798f67af2020020211f3e1e81b336d0470390')
pkgver() {
source $srcdir/$pkgname/version.env

View File

@ -1 +1 @@
VERSION=1.2
VERSION=1.1