-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #507 from usc-isi-i2/development
Development to Master merge for release - Security Updates and Build Fixes
- Loading branch information
Showing
42 changed files
with
50 additions
and
3,639 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.