Skip to content

Commit

Permalink
Update properties file path
Browse files Browse the repository at this point in the history
  • Loading branch information
dippindots committed Jun 20, 2024
1 parent 25383d0 commit c6d814d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/docker-compose-localbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: '3'

services:
cbioportal:
command: /bin/sh -c "java -Xms2g -Xmx4g -jar cbioportal/target/cbioportal-exec.jar --spring.config.location=cbioportal/application.properties --authenticate=false"
command: /bin/sh -c "java -Xms2g -Xmx4g -jar cbioportal/target/cbioportal-exec.jar --spring.config.location=cbioportal-webapp/application.properties --authenticate=false"
volumes:
#- $PORTAL_INFO_DIR:/portalinfo/
# make docker compose run the cbioportal version-under-test
Expand Down

0 comments on commit c6d814d

Please sign in to comment.