We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6dee89 commit 894ca1eCopy full SHA for 894ca1e
Dockerfile
@@ -71,7 +71,6 @@ RUN \
71
/tmp/node_modules/@img \
72
/tmp/node_modules/exiftool-vendored.pl \
73
node_modules && \
74
- npm link && \
75
npm cache clean --force && \
76
cp -a \
77
resources \
@@ -91,14 +90,15 @@ RUN \
91
90
npm run build && \
92
echo "**** build web ****" && \
93
mkdir -p \
94
- /app/immich/server/www && \
+ /app/immich/server/dist/web && \
95
cd /tmp/immich/web && \
96
npm ci && \
97
98
99
- build/* \
+ build \
+ node_modules \
100
static \
101
102
echo "**** build CLI ****" && \
103
104
/app/immich/cli && \
0 commit comments