Skip to content

Commit

Permalink
fix vergen
Browse files Browse the repository at this point in the history
  • Loading branch information
t-aleksander committed Oct 17, 2024
1 parent d167625 commit ae4a798
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ COPY --from=web /app/dist ./web/dist
COPY web/src/shared/images/svg ./web/src/shared/images/svg
RUN apt-get update && apt-get -y install protobuf-compiler libprotobuf-dev
COPY Cargo.toml Cargo.lock build.rs ./
# for vergen
COPY .git .git
COPY src src
COPY proto proto
RUN cargo install --locked --path . --root /build
Expand Down

0 comments on commit ae4a798

Please sign in to comment.