Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nr23730 authored Nov 11, 2024
1 parent 0078217 commit 9bde522
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions services/cbioportal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ RUN git clone --single-branch --branch v1.0.7 https://github.com/cbioportal/cbio
RUN sed -i 's/|| loh ||/||/' core/src/main/java/org/mskcc/cbio/portal/util/ExtendedMutationUtil.java
RUN sed -i 's/safeStringTest( mutation.getMutationStatus(), "LOH" )/false/' core/src/main/java/org/mskcc/cbio/portal/scripts/MutationFilter.java

# Show all CNVs
RUN sed -i 's/(-2, 2)/(-2, -1, 1, 2)/' /cbioportal/src/main/java/org/cbioportal/web/parameter/DiscreteCopyNumberEventType.java

RUN mvn -DskipTests -Dfrontend.version=0.3.0 -Dfrontend.groupId=com.github.cbioportal clean install package
RUN mkdir -p target/dependency && (cd target/dependency; jar -xf ../*-exec.jar)

Expand Down

0 comments on commit 9bde522

Please # to comment.