Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Keshav Mishra <[email protected]>
  • Loading branch information
ckm007 authored Jul 5, 2023
1 parent d1142ce commit 02a5d24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions biosdk-services/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ ENV biosdk_class=$biosdk_class

copy ./target/biosdk-services-*.jar biosdk-services.jar

RUN wget $biosdk_jar_path -O biosdk.jar
CMD wget $biosdk_jar_path -O biosdk.jar

EXPOSE 9099

CMD ["java", "-Dloader.path=biosdk.jar", "-jar","biosdk-services.jar"]
CMD ["java", "-Dloader.path=biosdk.jar", "-jar","biosdk-services.jar"]

0 comments on commit 02a5d24

Please sign in to comment.