Skip to content

Commit 894ca1e

Browse files
committed
feat: sveltekit served by nestjs
1 parent b6dee89 commit 894ca1e

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
@@ -71,7 +71,6 @@ RUN \
7171
/tmp/node_modules/@img \
7272
/tmp/node_modules/exiftool-vendored.pl \
7373
node_modules && \
74-
npm link && \
7574
npm cache clean --force && \
7675
cp -a \
7776
resources \
@@ -91,14 +90,15 @@ RUN \
9190
npm run build && \
9291
echo "**** build web ****" && \
9392
mkdir -p \
94-
/app/immich/server/www && \
93+
/app/immich/server/dist/web && \
9594
cd /tmp/immich/web && \
9695
npm ci && \
9796
npm run build && \
9897
cp -a \
99-
build/* \
98+
build \
99+
node_modules \
100100
static \
101-
/app/immich/server/www && \
101+
/app/immich/server/dist/web && \
102102
echo "**** build CLI ****" && \
103103
mkdir -p \
104104
/app/immich/cli && \

0 commit comments

Comments
 (0)