We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6dee89 commit 14501eeCopy full SHA for 14501ee
1 file changed
Dockerfile
@@ -91,14 +91,15 @@ RUN \
91
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
cp -a \
99
- build/* \
+ build \
100
+ node_modules \
101
static \
102
103
echo "**** build CLI ****" && \
104
105
/app/immich/cli && \
0 commit comments