Skip to content

Commit

Permalink
edit docker file to release service maintain promotees list run with …
Browse files Browse the repository at this point in the history
…tradelogs v2
  • Loading branch information
iostream1308 authored Nov 7, 2024
1 parent 20a0040 commit 901b8cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile-v2
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ RUN go build -o backfill ./v2/cmd/backfill
RUN go build -o broadcast ./v2/cmd/broadcast
RUN go build -o price_filler ./v2/cmd/price_filler
RUN go build -o tradelogs ./v2/cmd/tradelogs
RUN go build -o promotees ./v2/cmd/promotees


## DEPLOY
Expand All @@ -27,6 +28,7 @@ COPY --from=builder /src/backfill /v2/backfill
COPY --from=builder /src/broadcast /v2/broadcast
COPY --from=builder /src/price_filler /v2/price_filler
COPY --from=builder /src/tradelogs /v2/tradelogs
COPY --from=builder /src/promotees /v2/promotees

COPY v2/cmd/migrations /v2/migrations

Expand Down

0 comments on commit 901b8cd

Please sign in to comment.