Skip to content

Commit 14501ee

Browse files
committed
feat: sveltekit served by nestjs
1 parent b6dee89 commit 14501ee

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Dockerfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,14 +91,15 @@ RUN \
9191
npm run build && \
9292
echo "**** build web ****" && \
9393
mkdir -p \
94-
/app/immich/server/www && \
94+
/app/immich/server/dist/web && \
9595
cd /tmp/immich/web && \
9696
npm ci && \
9797
npm run build && \
9898
cp -a \
99-
build/* \
99+
build \
100+
node_modules \
100101
static \
101-
/app/immich/server/www && \
102+
/app/immich/server/dist/web && \
102103
echo "**** build CLI ****" && \
103104
mkdir -p \
104105
/app/immich/cli && \

0 commit comments

Comments
 (0)