Skip to content

Commit c559041

Browse files
committed
feat: sveltekit served by nestjs
1 parent d2d1d7e commit c559041

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
@@ -82,14 +82,15 @@ RUN \
8282
npm run build && \
8383
echo "**** build web ****" && \
8484
mkdir -p \
85-
/app/immich/server/www && \
85+
/app/immich/server/dist/web && \
8686
cd /tmp/immich/web && \
8787
npm ci && \
8888
npm run build && \
8989
cp -a \
90-
build/* \
90+
build \
91+
node_modules \
9192
static \
92-
/app/immich/server/www && \
93+
/app/immich/server/dist/web && \
9394
echo "**** build CLI ****" && \
9495
mkdir -p \
9596
/app/immich/cli && \

0 commit comments

Comments
 (0)