Files
qdrant/pkg/appimage/AppRun.sh
Dhanus 5558538e35 build: AppImage release (#3343)
* fix: formatting

* build: AppImage release

* chore: add x86_64 in file name

* chore: appimage issues fix

* chore: remove chmod

* build: appimage on ubuntu 20.04

* fix: formatting

* build: AppImage release

* chore: add x86_64 in file name

* chore: appimage issues fix

* chore: remove chmod

* build: appimage on ubuntu 20.04

* include web ui

* fix: linux build

* fix: use UI files within appimage instead of copying

* chore: cleanup
2024-03-05 16:48:16 +01:00

6 lines
160 B
Bash

#!/bin/bash
APPDIR="$(dirname "$(readlink -f "$0")")"
export QDRANT__SERVICE__STATIC_CONTENT_DIR="$APPDIR/usr/share/static"
exec "$APPDIR/usr/bin/qdrant" "$@"