Skip to content

Commit

Permalink
MODKBEKBJ-15 Create dockerfile
Browse files Browse the repository at this point in the history
* created Dockerfile
  • Loading branch information
natali-zaitseva committed Oct 5, 2018
1 parent a059b91 commit ce5fd0c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Dockerfile
@@ -0,0 +1,12 @@
FROM folioci/openjdk8-jre:latest

ENV VERTICLE_FILE mod-kb-ebsco-java-fat.jar

# Set the location of the verticles
ENV VERTICLE_HOME /usr/verticles

# Copy your fat jar to the container
COPY target/${VERTICLE_FILE} ${VERTICLE_HOME}/${VERTICLE_FILE}

# Expose this port locally in the container.
EXPOSE 8081

0 comments on commit ce5fd0c

Please sign in to comment.