Skip to content

Commit

Permalink
[skyapi] [docker] refs #18 Added Dockerfile to wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevMac committed Mar 28, 2019
1 parent 704a3a1 commit 6d6e5f9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lib/skyapi/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
FROM maven:latest

RUN apt-get update && apt-get --assume-yes install openjdk-8-jdk-headless
RUN apt-get install --assume-yes openjdk-8-jdk
COPY . /usr/src/skyapi
WORKDIR /usr/src/skyapi

RUN mvn clean install
CMD []

0 comments on commit 6d6e5f9

Please sign in to comment.