Skip to content

Commit

Permalink
Added Dockerfile
Browse files Browse the repository at this point in the history
It works.. however it's really complicated to execute the jar since the docker container has no xorg for the GUI.
  • Loading branch information
DenisCarriere committed Sep 1, 2016
1 parent 63e444f commit 16b21e5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
FROM maven:alpine
MAINTAINER Denis Carriere <[email protected]>

# Create app directory
COPY ./OSVUploadr /usr/src/app
WORKDIR /usr/src/app

# Build Package with Maven
RUN mvn package

0 comments on commit 16b21e5

Please sign in to comment.