Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Commit 7e47e17

Browse files
achimccAchim Schneider
authored andcommitted
move compiler/Dockerfile -> Dockerfile.compiler
1 parent 7a60a88 commit 7e47e17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/Dockerfile renamed to Dockerfile.compiler

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ENV CARGO_TARGET_DIR="/target"
88
RUN cargo contract new contract
99

1010
# Provide Cargo.toml with all ink! dependencies
11-
COPY Cargo.toml /builds/contract/Cargo.toml
11+
COPY crates/contract/Cargo.toml /builds/contract/Cargo.toml
1212

1313
# Prebuild ink! dependencies
1414
RUN cd contract && cargo contract build

0 commit comments

Comments
 (0)