Skip to content

Commit

Permalink
Merge pull request #41 from Amniotic3/patch-2
Browse files Browse the repository at this point in the history
Fix client.Dockerfile/build error
  • Loading branch information
uniuuu committed Nov 12, 2024
2 parents d122a3c + df64530 commit 9749699
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ RUN set -eux; \
git-lfs \
grep \
bash \
binutils \
coreutils \
curl \
ncurses \
Expand Down Expand Up @@ -79,4 +80,4 @@ RUN set -eux; \
app/scripts/dir_build -p $MLW

FROM scratch AS export-stage
COPY --from=stage-2 /usr/src/app/client/zotero-client/app/staging .
COPY --from=stage-2 /usr/src/app/client/zotero-client/app/staging .

0 comments on commit 9749699

Please sign in to comment.