Skip to content

Commit

Permalink
Fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgb committed Oct 22, 2024
1 parent 2a13424 commit 0317291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN touch /work/plane/plane-tests/src/lib.rs
RUN touch /work/plane/plane-dynamic/src/lib.rs

RUN cargo build -p plane --release --locked
RUN cargo build -p dynamic-proxy --release --locked
RUN cargo build -p plane-dynamic-proxy --release --locked

COPY .cargo .cargo
COPY .git .git
Expand Down

0 comments on commit 0317291

Please sign in to comment.