Skip to content

Commit

Permalink
add label to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rchaing-figure committed Jan 31, 2023
1 parent 9d1ccc4 commit 5cd964e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM openjdk:11.0.16

LABEL org.opencontainers.image.source=https://github.com/FigureTechnologies/aggregate-service

ADD ./docker-entrypoint.sh /docker-entrypoint.sh
ADD ./build/libs/*.jar /aggregate-service/aggregate-service.jar

Expand Down
2 changes: 2 additions & 0 deletions migrations/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
FROM figuretechnologies/flyway:5.0.7-alpine-logback

LABEL org.opencontainers.image.source=https://github.com/FigureTechnologies/aggregate-service

ADD sql /flyway/sql

0 comments on commit 5cd964e

Please sign in to comment.