Skip to content

Commit

Permalink
fix(all): support ssr
Browse files Browse the repository at this point in the history
  • Loading branch information
martabal committed Jun 15, 2024
1 parent d97333e commit dd83719
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions templates/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -210,11 +210,11 @@ RUN \
npm link && \
npm cache clean --force && \
cp -a \
resources \
dist \
node_modules \
package.json \
package-lock.json \
node_modules \
dist \
resources \
/app/immich/server && \
echo "**** build open-api ****" && \
cd /tmp/immich/open-api/typescript-sdk && \
Expand All @@ -226,6 +226,9 @@ RUN \
npm run build && \
cp -a \
build/* \
node_modules \
package.json \
package-lock.json \
static \
/app/immich/server/www && \
echo "**** build CLI ****" && \
Expand Down

0 comments on commit dd83719

Please sign in to comment.