Skip to content

Commit

Permalink
Fix quickstart docker
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgb committed Oct 22, 2024
1 parent 25d0862 commit 4ed39b5
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 4ed39b5

Please sign in to comment.