We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ced8d53 commit 01b0911Copy full SHA for 01b0911
Dockerfile
@@ -17,16 +17,11 @@ COPY ./.git/ ./.git/
17
COPY ./contracts/ ./contracts/
18
COPY ./crates/ ./crates/
19
COPY ./lib/ ./lib/
20
-COPY ./script/ ./script/
21
COPY ./test/ ./test/
22
COPY ./Cargo.toml ./Cargo.toml
23
COPY ./Cargo.lock ./Cargo.lock
24
COPY ./foundry.toml ./foundry.toml
25
26
-# Copy the script used to run the migrations and set its permissions.
27
-COPY ./migrate.sh ./migrate.sh
28
-RUN chmod a+x ./migrate.sh
29
-
30
# Install the dependencies and compile the contracts.
31
RUN forge install && forge build
32
0 commit comments