Skip to content

Commit 56e9b49

Browse files
committed
feat: sveltekit served by nestjs
1 parent b6dee89 commit 56e9b49

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Dockerfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,14 @@ RUN \
9595
cd /tmp/immich/web && \
9696
npm ci && \
9797
npm run build && \
98+
npm prune --omit=dev --omit=optional && \
9899
cp -a \
99100
build/* \
101+
node_modules \
102+
package.json \
103+
package-lock.json \
100104
static \
101-
/app/immich/server/www && \
105+
/app/immich/server/www && \
102106
echo "**** build CLI ****" && \
103107
mkdir -p \
104108
/app/immich/cli && \

0 commit comments

Comments
 (0)