Big Refacotr -part1

This commit is contained in:
PB
2025-10-27 14:01:25 +01:00
parent 44edb080d8
commit 5a304f11ac
46 changed files with 627 additions and 600 deletions

View File

@@ -17,9 +17,11 @@ LABEL dev.egommerce.image.version=${SVC_VER}
LABEL dev.egommerce.image.build_time=${BUILD_TIME}
WORKDIR /
COPY --from=builder /go/bin/server /usr/local/bin/server
COPY --from=builder /go/bin/migrate /usr/local/bin/migrate
COPY --from=builder /go/bin/chronos /usr/local/bin/chronos
COPY --from=builder /go/bin/scheduler /usr/local/bin/scheduler
COPY deploy/.env.docker /.env
COPY ./bin/* /usr/local/bin/