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 4d1c4b3 commit 5bbb3a2Copy full SHA for 5bbb3a2
Dockerfile
@@ -11,6 +11,7 @@ WORKDIR /usr/src/madara/
11
# Copy the source code into the container
12
COPY Cargo.toml Cargo.lock ./
13
COPY crates crates
14
+COPY .db-versions.yml .db-versions.yml ./
15
COPY cairo-artifacts cairo-artifacts
16
17
# Install runtime dependencies
madara-runner.sh
@@ -6,7 +6,7 @@ else
6
exit 1
7
fi
8
9
-tini -- ./madara \
+exec tini -- ./madara \
10
--name madara \
--network mainnet \
--rpc-external \
0 commit comments