Skip to content

Commit

Permalink
fix: rust package to build
Browse files Browse the repository at this point in the history
  • Loading branch information
Myriad-Dreamin committed Aug 21, 2023
1 parent 26cd98e commit 69cf081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ WORKDIR /app
COPY --from=build-yarn /app/frontend /app/frontend
ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
RUN apt-get install -y git \
&& cargo build -p typst-book --release
&& cargo build -p typst-book-cli --release

FROM debian:11
WORKDIR /root/
Expand Down

0 comments on commit 69cf081

Please sign in to comment.