Skip to content

Commit

Permalink
[Fix] Copy missing JOPA build config files to Docker build image.
Browse files Browse the repository at this point in the history
  • Loading branch information
ledsoft committed Jan 18, 2024
1 parent 0aacea9 commit e92b68b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ RUN mvn -B de.qaware.maven:go-offline-maven-plugin:resolve-dependencies

COPY ontology ontology
COPY profile profile
COPY jopa-config jopa-config
COPY src src

RUN mvn package -B -P graphdb,standalone -DskipTests=true
Expand Down

0 comments on commit e92b68b

Please sign in to comment.