separated quotation and payments
This commit is contained in:
@@ -15,6 +15,7 @@ COPY ci/scripts/proto/generate.sh ./ci/scripts/proto/
|
||||
RUN bash ci/scripts/proto/generate.sh
|
||||
|
||||
# Copy service dependencies (needed for go.mod replace directives)
|
||||
COPY api/payments/storage ./api/payments/storage
|
||||
COPY api/ledger ./api/ledger
|
||||
COPY api/billing/fees ./api/billing/fees
|
||||
COPY api/fx/oracle ./api/fx/oracle
|
||||
@@ -35,6 +36,7 @@ COPY --from=builder /src/api/proto ./api/proto
|
||||
COPY --from=builder /src/api/pkg ./api/pkg
|
||||
|
||||
# Copy service dependencies
|
||||
COPY --from=builder /src/api/payments/storage ./api/payments/storage
|
||||
COPY --from=builder /src/api/ledger ./api/ledger
|
||||
COPY --from=builder /src/api/billing/fees ./api/billing/fees
|
||||
COPY --from=builder /src/api/fx/oracle ./api/fx/oracle
|
||||
|
||||
Reference in New Issue
Block a user