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 28d37a0 commit 792c13d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Companion-Queries/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
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 792c13d

Please sign in to comment.