Skip to content

Commit 5bbb3a2

Browse files
committed
chore(docker): fix build and signal
1 parent 4d1c4b3 commit 5bbb3a2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ WORKDIR /usr/src/madara/
1111
# Copy the source code into the container
1212
COPY Cargo.toml Cargo.lock ./
1313
COPY crates crates
14+
COPY .db-versions.yml .db-versions.yml ./
1415
COPY cairo-artifacts cairo-artifacts
1516

1617
# Install runtime dependencies

madara-runner.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ else
66
exit 1
77
fi
88

9-
tini -- ./madara \
9+
exec tini -- ./madara \
1010
--name madara \
1111
--network mainnet \
1212
--rpc-external \

0 commit comments

Comments
 (0)