Skip to content

Commit 04d7f6c

Browse files
committed
Dockerfile:
- added label to dockerfile
1 parent 8b3fcbb commit 04d7f6c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

quads-loader/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ COPY . .
44
RUN ["mvn", "package", "-Dmaven.test.skip=true"]
55

66
FROM eclipse-temurin:21
7-
LABEL maintainer="vcity"
7+
8+
LABEL maintainer="vcity, [email protected]"
9+
LABEL authors="[email protected]"
810

911
RUN mkdir /opt/app
1012
COPY --from=build-loader /app/target/quads-loader-0.0.1-SNAPSHOT.jar /opt/app/quads-loader.jar

quads-query/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ COPY . .
44
RUN ["mvn", "package", "-Dmaven.test.skip=true"]
55

66
FROM eclipse-temurin:21
7-
LABEL maintainer="vcity"
7+
8+
LABEL maintainer="vcity, [email protected]"
9+
LABEL authors="[email protected]"
810

911
RUN mkdir /opt/app
1012
COPY --from=build-query /app/target/quads-query-1.0-SNAPSHOT-jar-with-dependencies.jar /opt/app/quads-query.jar

0 commit comments

Comments
 (0)