Skip to content

Commit ed5bc18

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ RUN \
6262
/tmp/node_modules/@img \
6363
/tmp/node_modules/exiftool-vendored.pl \
6464
node_modules && \
65-
npm link && \
6665
npm cache clean --force && \
6766
cp -a \
6867
resources \
@@ -82,14 +81,15 @@ RUN \
8281
npm run build && \
8382
echo "**** build web ****" && \
8483
mkdir -p \
85-
/app/immich/server/www && \
84+
/app/immich/server/dist/web && \
8685
cd /tmp/immich/web && \
8786
npm ci && \
8887
npm run build && \
8988
cp -a \
90-
build/* \
89+
build \
90+
node_modules \
9191
static \
92-
/app/immich/server/www && \
92+
/app/immich/server/dist/web && \
9393
echo "**** build CLI ****" && \
9494
mkdir -p \
9595
/app/immich/cli && \

0 commit comments

Comments
 (0)