Skip to content

Commit

Permalink
Merge pull request #507 from usc-isi-i2/development
Browse files Browse the repository at this point in the history
Development to Master merge for release - Security Updates and Build Fixes
  • Loading branch information
Bidisha010496 authored Sep 18, 2021
2 parents a7e5a0b + a9bce14 commit 01a2643
Show file tree
Hide file tree
Showing 42 changed files with 50 additions and 3,639 deletions.
16 changes: 16 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
FROM openjdk:8-jdk-alpine
RUN apk add --no-cache curl tar git

WORKDIR /karma

RUN wget https://mirrors.sonic.net/apache/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.tar.gz

RUN tar xzvf apache-maven-3.6.3-bin.tar.gz

RUN mkdir /karma/Web-Karma

RUN git clone https://github.com/usc-isi-i2/Web-Karma /karma/Web-Karma

RUN cd /karma/Web-Karma && /karma/apache-maven-3.6.3/bin/mvn clean install

CMD cd /karma/Web-Karma/karma-web && /karma/apache-maven-3.6.3/bin/mvn jetty:run
2 changes: 1 addition & 1 deletion karma-app/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"chai": "^3.5.0",
"electron": "10.1.3",
"electron": "10.2.0",
"electron-builder": "^5.12.1",
"electron-mocha": "^3.0.0",
"fs-jetpack": "^0.9.0",
Expand Down
121 changes: 0 additions & 121 deletions karma-commands/commands-alignment-openrdf/.factorypath

This file was deleted.

94 changes: 0 additions & 94 deletions karma-commands/commands-alignment/.factorypath

This file was deleted.

Loading

0 comments on commit 01a2643

Please sign in to comment.