Huge refactoring, resolved tight coupling
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user