Skip to content

Commit

Permalink
Fix quickstart docker (#835)
Browse files Browse the repository at this point in the history
Same as #834, but for the quickstart dockerfile
  • Loading branch information
paulgb authored Oct 22, 2024
1 parent 25d0862 commit 27f1fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/quickstart/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,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 27f1fd9

Please sign in to comment.