Skip to content

Commit

Permalink
Compile aligned
Browse files Browse the repository at this point in the history
  • Loading branch information
klaus993 committed Sep 23, 2024
1 parent 6fa8db9 commit bc52df2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker/batcher.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ WORKDIR /aligned_layer
RUN cargo build --manifest-path ./batcher/aligned-batcher/Cargo.toml --release
RUN cargo build --manifest-path ./batcher/aligned/Cargo.toml --release

RUN cp ./batcher/target/release/aligned-batcher /usr/local/bin/
RUN cp ./batcher/target/release/aligned /usr/local/bin/

#FROM debian:bookworm-slim

#WORKDIR /aligned_layer
Expand All @@ -23,4 +26,4 @@ COPY ./config-files/config-batcher-docker.yaml ./config-files/
RUN apt update -y
RUN apt install -y libssl-dev ca-certificates

CMD ["/aligned_layer/batcher/target/release/aligned-batcher", "--config", "./config-files/config-batcher-docker.yaml"]
CMD ["aligned-batcher", "--config", "./config-files/config-batcher-docker.yaml"]

0 comments on commit bc52df2

Please sign in to comment.