Skip to content

Commit 01b0911

Browse files
committed
PATCH: Fixed the Dockerfile
1 parent ced8d53 commit 01b0911

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Dockerfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,11 @@ COPY ./.git/ ./.git/
1717
COPY ./contracts/ ./contracts/
1818
COPY ./crates/ ./crates/
1919
COPY ./lib/ ./lib/
20-
COPY ./script/ ./script/
2120
COPY ./test/ ./test/
2221
COPY ./Cargo.toml ./Cargo.toml
2322
COPY ./Cargo.lock ./Cargo.lock
2423
COPY ./foundry.toml ./foundry.toml
2524

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-
3025
# Install the dependencies and compile the contracts.
3126
RUN forge install && forge build
3227

0 commit comments

Comments
 (0)