mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
chore: dockerfile layout changes (#19673)
Dockerfile layout changes Fix up web path feat: update server env vars for layout
This commit is contained in:
parent
5d244c6fec
commit
9e94f52b05
8 changed files with 85 additions and 78 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue