We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2d1d7e commit c559041Copy full SHA for c559041
1 file changed
Dockerfile
@@ -82,14 +82,15 @@ RUN \
82
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
cp -a \
90
- build/* \
+ build \
91
+ node_modules \
92
static \
93
94
echo "**** build CLI ****" && \
95
96
/app/immich/cli && \
0 commit comments