Skip to content

Commit

Permalink
Update jar to cbioportal and localbuild
Browse files Browse the repository at this point in the history
Update localbuild and pom
  • Loading branch information
JREastonMarks committed Nov 7, 2023
1 parent 5f8e4ed commit 798f9c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@
</dependencies>

<build>
<finalName>cbioportal</finalName>
<pluginManagement>
<plugins>
<plugin>
Expand Down
4 changes: 2 additions & 2 deletions test/integration/docker-compose-localbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ version: '3'

services:
cbioportal:
command: /bin/sh -c "java -Xms2g -Xmx4g -Dauthenticate=noauthsessionservice -Dsession.service.url=http://cbioportal_session:5000/api/sessions/my_portal/ -jar cbioportal.jar --spring.config.location=/cbioportal/portal.properties"
command: /bin/sh -c "java -Xms2g -Xmx4g -Dauthenticate=noauthsessionservice -Dsession.service.url=http://cbioportal_session:5000/api/sessions/my_portal/ -jar cbioportal-exec.jar --spring.config.location=/cbioportal/application.properties"
volumes:
#- $PORTAL_INFO_DIR:/portalinfo/
# make docker compose run the cbioportal version-under-test
# by volume mounting the local portal source folder into the container
# and running
- $PORTAL_SOURCE_DIR:/cbioportal/
- $PORTAL_SOURCE_DIR/portal/target/cbioportal.jar:/cbioportal.jar
- $PORTAL_SOURCE_DIR/target/cbioportal.jar:/cbioportal.jar
- $PORTAL_SOURCE_DIR/docker/web-and-data/docker-entrypoint.sh:/usr/local/bin/docker-entrypoint.sh

0 comments on commit 798f9c2

Please sign in to comment.