Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pernisch authored Dec 12, 2024
1 parent a5bc82b commit 28d37a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Companion-Queries/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM openjdk:17
WORKDIR '/Companion-Queries'
COPY target/companion-0.0.1-SNAPSHOT.jar app.jar
COPY companion_planting_ontology.owl companion_planting_ontology.owl
ENTRYPOINT ["java","-jar","/app.jar"]

0 comments on commit 28d37a0

Please sign in to comment.