Skip to content

Commit

Permalink
chore(docker): fix build and signal (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbcaron authored Jan 17, 2025
1 parent 4fb165a commit 429e3e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ WORKDIR /usr/src/madara/
# Copy the source code into the container
COPY Cargo.toml Cargo.lock ./
COPY crates crates
COPY .db-versions.yml .db-versions.yml ./
COPY cairo-artifacts cairo-artifacts

# Install runtime dependencies
Expand Down
2 changes: 1 addition & 1 deletion madara-runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ else
exit 1
fi

tini -- ./madara \
exec tini -- ./madara \
--name madara \
--network mainnet \
--rpc-external \
Expand Down

0 comments on commit 429e3e7

Please sign in to comment.