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

Commit 2049979

Browse files
achimccAchim Schneider
authored andcommitted
fix typo
1 parent 237c034 commit 2049979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.compiler

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN cargo contract new contract
1010
# Provide Cargo.toml with all ink! dependencies
1111
COPY crates/contract/Cargo.toml /builds/contract/Cargo.toml
1212

13-
# Prebuild ink! dependencies
13+
# Pre-build ink! dependencies
1414
RUN cd contract && cargo contract build
1515
RUN cd contract && cargo test
1616

0 commit comments

Comments
 (0)