Skip to content

Commit

Permalink
build: support older docker with slash
Browse files Browse the repository at this point in the history
  • Loading branch information
kkovaacs authored and koivunej committed Jul 20, 2022
1 parent 04baf8d commit 60321fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN mkdir crates \
&& cargo new --lib --vcs none crates/pathfinder \
&& cargo new --lib --vcs none crates/load-test

COPY Cargo.toml Cargo.lock .
COPY Cargo.toml Cargo.lock ./

COPY crates/pathfinder/Cargo.toml crates/pathfinder/build.rs crates/pathfinder/
COPY crates/stark_curve/Cargo.toml crates/stark_curve/Cargo.toml
Expand Down

0 comments on commit 60321fc

Please sign in to comment.