Skip to content

Commit

Permalink
added Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
HariharanAnantharaman committed May 25, 2021
1 parent 15ce27a commit 3349727
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mapdataservice/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM openjdk:8-jdk-alpine
VOLUME /tmp
ADD target/* /target/

CMD ["java","-Dspring.profiles.active=container","-jar","/target/mapdataservice-0.0.1-SNAPSHOT.jar"]

0 comments on commit 3349727

Please sign in to comment.