build script update
Some checks failed
ci/woodpecker/push/fx_oracle Pipeline is pending
ci/woodpecker/push/ledger Pipeline is pending
ci/woodpecker/push/nats Pipeline is pending
ci/woodpecker/push/notification Pipeline is pending
ci/woodpecker/push/payments_orchestrator Pipeline is pending
ci/woodpecker/push/billing_fees Pipeline was successful
ci/woodpecker/push/bff Pipeline was successful
ci/woodpecker/push/db Pipeline was successful
ci/woodpecker/push/chain_gateway Pipeline was successful
ci/woodpecker/push/fx_ingestor Pipeline failed
ci/woodpecker/push/bump_version unknown status
ci/woodpecker/push/frontend Pipeline failed
Some checks failed
ci/woodpecker/push/fx_oracle Pipeline is pending
ci/woodpecker/push/ledger Pipeline is pending
ci/woodpecker/push/nats Pipeline is pending
ci/woodpecker/push/notification Pipeline is pending
ci/woodpecker/push/payments_orchestrator Pipeline is pending
ci/woodpecker/push/billing_fees Pipeline was successful
ci/woodpecker/push/bff Pipeline was successful
ci/woodpecker/push/db Pipeline was successful
ci/woodpecker/push/chain_gateway Pipeline was successful
ci/woodpecker/push/fx_ingestor Pipeline failed
ci/woodpecker/push/bump_version unknown status
ci/woodpecker/push/frontend Pipeline failed
This commit is contained in:
@@ -35,7 +35,9 @@ RUN apk add --no-cache ca-certificates tzdata wget
|
||||
WORKDIR /app
|
||||
COPY api/chain/gateway/config.yml /app/config.yml
|
||||
COPY api/chain/gateway/env /app/env
|
||||
COPY api/chain/gateway/entrypoint.sh /app/entrypoint.sh
|
||||
COPY --from=build /out/chain-gateway /app/chain-gateway
|
||||
RUN chmod +x /app/entrypoint.sh
|
||||
EXPOSE 50070 9403
|
||||
ENTRYPOINT ["/app/chain-gateway"]
|
||||
CMD ["--config.file", "/app/config.yml"]
|
||||
ENTRYPOINT ["/app/entrypoint.sh"]
|
||||
CMD ["/app/chain-gateway","--config.file","/app/config.yml"]
|
||||
|
||||
Reference in New Issue
Block a user