mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 12:51:02 +00:00
Merge commit '114f487fd9daef4b4cd791446372a9a690c137ac' into update-bridges-subtree-r/w
This commit is contained in:
@@ -13,7 +13,7 @@ WORKDIR /parity-bridges-common
|
||||
|
||||
COPY . .
|
||||
|
||||
ARG PROJECT=ethereum-poa-relay
|
||||
ARG PROJECT=substrate-relay
|
||||
RUN cargo build --release --verbose -p ${PROJECT} && \
|
||||
strip ./target/release/${PROJECT}
|
||||
|
||||
@@ -42,7 +42,7 @@ USER user
|
||||
|
||||
WORKDIR /home/user
|
||||
|
||||
ARG PROJECT=ethereum-poa-relay
|
||||
ARG PROJECT=substrate-relay
|
||||
|
||||
COPY --chown=user:user --from=builder /parity-bridges-common/target/release/${PROJECT} ./
|
||||
COPY --chown=user:user --from=builder /parity-bridges-common/deployments/local-scripts/bridge-entrypoint.sh ./
|
||||
|
||||
Reference in New Issue
Block a user