fixed verification code
This commit is contained in:
@@ -7,13 +7,13 @@ tmp_dir = "tmp"
|
||||
entrypoint = "./tmp/main"
|
||||
cmd = "go build -o ./tmp/main ."
|
||||
delay = 1000
|
||||
exclude_dir = ["assets", "tmp", "vendor", "testdata"]
|
||||
exclude_dir = ["assets", "tmp", "vendor", "testdata", "storage"]
|
||||
exclude_file = []
|
||||
exclude_regex = ["_test.go", "_templ.go"]
|
||||
exclude_unchanged = false
|
||||
follow_symlink = false
|
||||
full_bin = ""
|
||||
include_dir = []
|
||||
include_dir = ["/src/api/pkg"]
|
||||
include_ext = ["go", "tpl", "tmpl", "html"]
|
||||
include_file = []
|
||||
kill_delay = "0s"
|
||||
|
||||
@@ -17,7 +17,7 @@ RUN bash ci/scripts/proto/generate.sh
|
||||
# Copy service dependencies (needed for go.mod replace directives)
|
||||
COPY api/ledger ./api/ledger
|
||||
COPY api/payments/orchestrator ./api/payments/orchestrator
|
||||
COPY api/gateway/chain ./api/gateway/chain
|
||||
COPY api/gateway/tron ./api/gateway/tron
|
||||
COPY api/billing/fees ./api/billing/fees
|
||||
COPY api/fx/oracle ./api/fx/oracle
|
||||
COPY api/fx/storage ./api/fx/storage
|
||||
@@ -38,7 +38,7 @@ COPY --from=builder /src/api/pkg ./api/pkg
|
||||
# Copy service dependencies
|
||||
COPY --from=builder /src/api/ledger ./api/ledger
|
||||
COPY --from=builder /src/api/payments/orchestrator ./api/payments/orchestrator
|
||||
COPY --from=builder /src/api/gateway/chain ./api/gateway/chain
|
||||
COPY --from=builder /src/api/gateway/tron ./api/gateway/tron
|
||||
COPY --from=builder /src/api/billing/fees ./api/billing/fees
|
||||
COPY --from=builder /src/api/fx/oracle ./api/fx/oracle
|
||||
COPY --from=builder /src/api/fx/storage ./api/fx/storage
|
||||
|
||||
Reference in New Issue
Block a user