We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2d1d7e commit ed5bc18Copy full SHA for ed5bc18
Dockerfile
@@ -62,7 +62,6 @@ RUN \
62
/tmp/node_modules/@img \
63
/tmp/node_modules/exiftool-vendored.pl \
64
node_modules && \
65
- npm link && \
66
npm cache clean --force && \
67
cp -a \
68
resources \
@@ -82,14 +81,15 @@ RUN \
82
81
npm run build && \
83
echo "**** build web ****" && \
84
mkdir -p \
85
- /app/immich/server/www && \
+ /app/immich/server/dist/web && \
86
cd /tmp/immich/web && \
87
npm ci && \
88
89
90
- build/* \
+ build \
+ node_modules \
91
static \
92
93
echo "**** build CLI ****" && \
94
95
/app/immich/cli && \
0 commit comments