chore: dockerfile layout changes (#19673)

Dockerfile layout changes

Fix up web path

feat: update server env vars for layout
This commit is contained in:
Min Idzelis
2025-07-18 17:56:26 -04:00
committed by GitHub
parent 5d244c6fec
commit 9e94f52b05
8 changed files with 85 additions and 78 deletions
+2 -2
View File
@@ -5,5 +5,5 @@ if [ "$IMMICH_ENV" != "development" ]; then
exit 1
fi
cd /usr/src/app || exit 1
node ./node_modules/.bin/nest start --debug "0.0.0.0:9230" --watch -- "$@"
cd /usr/src/app/server || exit 1
npm exec nest start --debug "0.0.0.0:9230" --watch -- "$@"
+1 -1
View File
@@ -8,7 +8,7 @@ else
echo "skipping libmimalloc - path not found $lib_path"
fi
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/lib/jellyfin-ffmpeg/lib"
SERVER_HOME=/usr/src/app
SERVER_HOME=/usr/src/app/server
read_file_and_export() {
if [ -n "${!1}" ]; then