Huge refactoring, resolved tight coupling

This commit is contained in:
PB
2024-07-19 21:51:16 +02:00
parent 71a43d17a1
commit a73f2b2921
31 changed files with 563 additions and 477 deletions

View File

@@ -11,11 +11,11 @@ ARG SVC_VER
ARG BIN_OUTPUT
ARG BUILD_TIME
LABEL dev.egosport.image.author="Piotr Biernat"
LABEL dev.egosport.image.vendor="Egosport"
LABEL dev.egosport.image.service=${SVC_NAME}
LABEL dev.egosport.image.version=${SVC_VER}
LABEL dev.egosport.image.build_time=${BUILD_TIME}
LABEL dev.egommerce.image.author="Piotr Biernat"
LABEL dev.egommerce.image.vendor="Egommerce"
LABEL dev.egommerce.image.service=${SVC_NAME}
LABEL dev.egommerce.image.version=${SVC_VER}
LABEL dev.egommerce.image.build_time=${BUILD_TIME}
WORKDIR /
COPY --from=builder $BIN_OUTPUT /app