Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
grosenberger authored Feb 5, 2023
1 parent b137738 commit 333942f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ WORKDIR /aracne
RUN ant main
WORKDIR /

# set the startup command to execute the jar
CMD ["java", "-jar", "/aracne/dist/aracne.jar"]
# add to classpath
ENV CLASSPATH=/aracne/dist/aracne.jar:${CLASSPATH}

# docker build -t docker.pkg.github.com/califano-lab/aracne/aracne:latest ./
# docker push docker.pkg.github.com/califano-lab/aracne/aracne:latest
# set the startup command to execute the jar
CMD ["java", "aracne.Aracne]

0 comments on commit 333942f

Please sign in to comment.